Merge remote-tracking branch 'origin/user-modify' into dev0731

This commit is contained in:
yujicun
2023-08-05 10:36:59 +08:00
25 changed files with 99 additions and 25 deletions

View File

@@ -68,7 +68,7 @@ watch(props, () => {
function onLoadData(treeNode) {
return useArrayRequest(ORG_CHILD_LIST, { keyword: "", orgId: treeNode.id }).then(
(r) => {
treeNode.dataRef.treeChildList = r.data;
treeNode.dataRef.treeChildList = r.data.directChildList;
options.value = [...options.value];
}
);