Commit 8ea0703e by yuananting

Merge branch 'feature/yuananting/20210801/task-center' into dev

parents 26251dea 67ebc4a5
......@@ -84,7 +84,6 @@ function ChooseAssignorModal(props) {
const structureData = handleStructureData(result.departmentVOList);
const checkedKeys = checkedAssignorList.map((item) => item.checkedId);
setStructureData(structureData);
setCheckedAssignorKeys(checkedKeys);
});
......@@ -416,7 +415,6 @@ function ChooseAssignorModal(props) {
<Choose>
<When condition={structureData.length > 0}>
<DirectoryTree
defaultExpandAll
checkable
checkStrictly
showIcon={false}
......
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