mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 12:39:51 +08:00
线上课编辑必修选修保存
This commit is contained in:
@@ -107,7 +107,7 @@ export const CourseUpdate: React.FC<PropInterface> = ({
|
|||||||
thumb: res.data.course.thumb,
|
thumb: res.data.course.thumb,
|
||||||
dep_ids: depIds,
|
dep_ids: depIds,
|
||||||
category_ids: res.data.category_ids,
|
category_ids: res.data.category_ids,
|
||||||
isRequired: res.data.course.isRequired,
|
isRequired: res.data.course.is_required,
|
||||||
type: type,
|
type: type,
|
||||||
short_desc: res.data.course.short_desc,
|
short_desc: res.data.course.short_desc,
|
||||||
hasChapter: chapterType,
|
hasChapter: chapterType,
|
||||||
|
|||||||
Reference in New Issue
Block a user