diff --git a/src/components/student/CommonStudent.vue b/src/components/student/CommonStudent.vue index 40f1e64b..b1cfe0e7 100644 --- a/src/components/student/CommonStudent.vue +++ b/src/components/student/CommonStudent.vue @@ -103,7 +103,7 @@ { - treeNode.dataRef.treeChildList = r.data; + treeNode.dataRef.directChildList = r.data; treeOrgData.value = [...treeOrgData.value]; } );