mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 08:59:48 +08:00
部门默认展开
This commit is contained in:
@@ -172,6 +172,7 @@ export const MemberCreate: React.FC<PropInterface> = ({ open, onCancel }) => {
|
||||
treeData={departments}
|
||||
multiple
|
||||
allowClear
|
||||
treeDefaultExpandAll
|
||||
placeholder="请选择学员所属部门"
|
||||
/>
|
||||
</Form.Item>
|
||||
|
||||
@@ -202,6 +202,7 @@ export const MemberUpdate: React.FC<PropInterface> = ({
|
||||
treeData={departments}
|
||||
multiple
|
||||
allowClear
|
||||
treeDefaultExpandAll
|
||||
placeholder="请选择学员所属部门"
|
||||
/>
|
||||
</Form.Item>
|
||||
|
||||
Reference in New Issue
Block a user