mirror of
https://github.com/PlayEdu/backend
synced 2025-06-08 19:04:08 +08:00
线上课编辑
This commit is contained in:
parent
ad0a6d7095
commit
295fe75b67
@ -330,6 +330,10 @@ export const CourseCreate: React.FC<PropInterface> = ({
|
|||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
setChapterType(e.target.value);
|
setChapterType(e.target.value);
|
||||||
|
setChapters([]);
|
||||||
|
setHours([]);
|
||||||
|
setChapterHours([]);
|
||||||
|
setTreeData([]);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user