创建课程课件编辑

This commit is contained in:
unknown
2023-07-29 15:33:14 +08:00
parent d392878bf5
commit c0994dc29b
8 changed files with 302 additions and 34 deletions

View File

@@ -32,12 +32,6 @@ interface PropInterface {
onCancel: () => void;
}
interface Option {
value: string | number;
title: string;
children?: Option[];
}
export const CourseCreate: React.FC<PropInterface> = ({
cateIds,
depIds,