mirror of
https://github.com/PlayEdu/backend
synced 2025-06-07 05:34:05 +08:00
线上课新建课程时部门,分类独立化
This commit is contained in:
parent
e0e1192fb7
commit
6bbe2cbeec
@ -406,8 +406,8 @@ const CoursePage = () => {
|
||||
rowKey={(record) => record.id}
|
||||
/>
|
||||
<CourseCreate
|
||||
cateIds={category_ids}
|
||||
depIds={dep_ids}
|
||||
cateIds={tabKey === 1 ? category_ids : []}
|
||||
depIds={tabKey === 2 ? dep_ids : []}
|
||||
open={createVisible}
|
||||
onCancel={() => {
|
||||
setCreateVisible(false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user