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