mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 19:36:46 +08:00
fix bug
This commit is contained in:
@@ -68,7 +68,7 @@ watch(props, () => {
|
|||||||
function onLoadData(treeNode) {
|
function onLoadData(treeNode) {
|
||||||
return useArrayRequest(ORG_CHILD_LIST, { keyword: "", orgId: treeNode.id }).then(
|
return useArrayRequest(ORG_CHILD_LIST, { keyword: "", orgId: treeNode.id }).then(
|
||||||
(r) => {
|
(r) => {
|
||||||
treeNode.dataRef.treeChildList = r.data.directChildList;
|
treeNode.dataRef.treeChildList = r.directChildList;
|
||||||
options.value = [...options.value];
|
options.value = [...options.value];
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user