diff --git a/src/compenents/upload-courseware-sub/index.tsx b/src/compenents/upload-courseware-sub/index.tsx index c2f95e6..96437d6 100644 --- a/src/compenents/upload-courseware-sub/index.tsx +++ b/src/compenents/upload-courseware-sub/index.tsx @@ -3,7 +3,7 @@ import { Row, Col, Empty, Table, Spin, Typography, Input, Button } from "antd"; import type { ColumnsType } from "antd/es/table"; import { resource } from "../../api"; import styles from "./index.module.less"; -import { TreeCategory, UploadCoursewareButton } from "../../compenents"; +import { TreeCategory } from "../../compenents"; interface VideoItem { id: number; @@ -181,12 +181,6 @@ export const UploadCoursewareSub = (props: PropsInterface) => {
- { - resetVideoList(); - }} - >
名称: diff --git a/src/compenents/upload-video-sub/index.tsx b/src/compenents/upload-video-sub/index.tsx index 99823fa..f94da03 100644 --- a/src/compenents/upload-video-sub/index.tsx +++ b/src/compenents/upload-video-sub/index.tsx @@ -3,7 +3,6 @@ import { Row, Col, Empty, Table, Spin, Typography, Input, Button } from "antd"; import type { ColumnsType } from "antd/es/table"; import { resource } from "../../api"; import styles from "./index.module.less"; -import { UploadVideoButton } from "../upload-video-button"; import { DurationText, TreeCategory } from "../../compenents"; interface VideoItem { @@ -173,12 +172,6 @@ export const UploadVideoSub = (props: PropsInterface) => {
- { - resetVideoList(); - }} - >
名称: