mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 07:09:27 +08:00
线上课新建无章节课时选择逻辑优化
This commit is contained in:
@@ -164,6 +164,7 @@ export const CourseCreate: React.FC<PropInterface> = ({ open, onCancel }) => {
|
||||
setChapterType(e.target.value);
|
||||
setChapters([]);
|
||||
setHours([]);
|
||||
setTreeData([]);
|
||||
},
|
||||
onCancel() {
|
||||
form.setFieldsValue({
|
||||
|
||||
Reference in New Issue
Block a user