mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 13:29:50 +08:00
部门默认展开
This commit is contained in:
@@ -486,6 +486,7 @@ export const CourseCreate: React.FC<PropInterface> = ({
|
||||
treeData={departments}
|
||||
multiple
|
||||
allowClear
|
||||
treeDefaultExpandAll
|
||||
placeholder="请选择部门"
|
||||
/>
|
||||
</Form.Item>
|
||||
|
||||
@@ -242,6 +242,7 @@ export const CourseUpdate: React.FC<PropInterface> = ({
|
||||
treeData={departments}
|
||||
multiple
|
||||
allowClear
|
||||
treeDefaultExpandAll
|
||||
placeholder="请选择部门"
|
||||
/>
|
||||
</Form.Item>
|
||||
|
||||
Reference in New Issue
Block a user