mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 13:09:55 +08:00
学员页面重复请求api和分类默认展开
This commit is contained in:
@@ -434,6 +434,7 @@ export const CourseCreate: React.FC<PropInterface> = ({
|
||||
style={{ width: 424 }}
|
||||
treeData={categories}
|
||||
placeholder="请选择课程分类"
|
||||
treeDefaultExpandAll
|
||||
/>
|
||||
</Form.Item>
|
||||
<Form.Item
|
||||
|
||||
@@ -190,6 +190,7 @@ export const CourseUpdate: React.FC<PropInterface> = ({
|
||||
style={{ width: 424 }}
|
||||
treeData={categories}
|
||||
placeholder="请选择课程分类"
|
||||
treeDefaultExpandAll
|
||||
/>
|
||||
</Form.Item>
|
||||
<Form.Item
|
||||
|
||||
Reference in New Issue
Block a user