diff --git a/src/components/project/OrgClass.vue b/src/components/project/OrgClass.vue index df217301..03a77207 100644 --- a/src/components/project/OrgClass.vue +++ b/src/components/project/OrgClass.vue @@ -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.directChildList; + treeNode.dataRef.treeChildList = r.directChildList; options.value = [...options.value]; } );