mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 01:19:44 +08:00
课件新增api增加
This commit is contained in:
@@ -224,7 +224,8 @@ export const CourseCreate: React.FC<PropInterface> = ({
|
||||
dep_ids,
|
||||
values.category_ids,
|
||||
chapters,
|
||||
treeData
|
||||
treeData,
|
||||
[]
|
||||
)
|
||||
.then((res: any) => {
|
||||
message.success("保存成功!");
|
||||
|
||||
Reference in New Issue
Block a user