线上课新建分类,部门默认选中

This commit is contained in:
禺狨
2023-03-22 14:29:58 +08:00
parent 9f4265ebe0
commit 5404afee98
3 changed files with 39 additions and 26 deletions

View File

@@ -394,6 +394,8 @@ export const CoursePage = () => {
rowKey={(record) => record.id}
/>
<CourseCreate
cateIds={category_ids}
depIds={dep_ids}
open={createVisible}
onCancel={() => {
setCreateVisible(false);