mirror of
https://github.com/PlayEdu/backend
synced 2025-12-25 16:00:36 +08:00
线上课新建分类,部门默认选中
This commit is contained in:
@@ -394,6 +394,8 @@ export const CoursePage = () => {
|
||||
rowKey={(record) => record.id}
|
||||
/>
|
||||
<CourseCreate
|
||||
cateIds={category_ids}
|
||||
depIds={dep_ids}
|
||||
open={createVisible}
|
||||
onCancel={() => {
|
||||
setCreateVisible(false);
|
||||
|
||||
Reference in New Issue
Block a user