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

This commit is contained in:
yujicun
2023-08-05 16:11:10 +08:00

View File

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