部门默认展开

This commit is contained in:
禺狨
2023-04-11 16:11:22 +08:00
parent 7bc01276b5
commit 72a91d642a
7 changed files with 22 additions and 11 deletions

View File

@@ -172,6 +172,7 @@ export const MemberCreate: React.FC<PropInterface> = ({ open, onCancel }) => {
treeData={departments}
multiple
allowClear
treeDefaultExpandAll
placeholder="请选择学员所属部门"
/>
</Form.Item>

View File

@@ -202,6 +202,7 @@ export const MemberUpdate: React.FC<PropInterface> = ({
treeData={departments}
multiple
allowClear
treeDefaultExpandAll
placeholder="请选择学员所属部门"
/>
</Form.Item>