mirror of
https://github.com/PlayEdu/backend
synced 2025-12-25 17:49:30 +08:00
创建课程课件编辑
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user