课件新增api增加

This commit is contained in:
unknown
2023-07-29 10:27:28 +08:00
parent c4955adb03
commit 1556d8ec03
4 changed files with 28 additions and 2 deletions

View File

@@ -224,7 +224,8 @@ export const CourseCreate: React.FC<PropInterface> = ({
dep_ids,
values.category_ids,
chapters,
treeData
treeData,
[]
)
.then((res: any) => {
message.success("保存成功!");