Commit 6c103fe5 authored by 前端-许佳敏's avatar 前端-许佳敏

fix: 更改系统管理中,树组件不关联选中

parent f6fb6bec
......@@ -211,6 +211,7 @@ const MemberDetail: React.FC<{}> = () => {
actions={treeActions}
treeData={treeData}
handleSelect={handleSelect}
checkStrictly
customKey='id'
disabled={pageStatus === PageStatus.PREVIEW}
/>
......
......@@ -96,6 +96,7 @@ const Organ: React.FC<{}> = () => {
toolsRender={toolsRender}
actions={treeActions}
customKey='id'
checkStrictly
handleSelect={(key, node) => handleSelect(key, node)}
/>
:
......
......@@ -229,6 +229,7 @@ const AddUser: React.FC<{}> = () => {
handleSelect={(key, node) => handlePlateformSelect(key, node)}
actions={originTreeActions}
customKey="id"
checkStrictly
/>
</Modal>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment