Skip to content

Commit

Permalink
选人字段,第二次点开的话,左侧部门树折叠按钮没了,优化代码
Browse files Browse the repository at this point in the history
  • Loading branch information
yinlianghui committed Jan 23, 2024
1 parent 0c76fb8 commit 550c67f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export function getLookupSapceUserTreeSchema(isMobile){
});
_.each(children, (item) => {
if (item.children) {
item.children = getChildren(currentRecord, records, item.children)
item.children = getChildren(item, records, item.children)
}else{
item.children = [];
}
Expand Down

0 comments on commit 550c67f

Please sign in to comment.