From 99fe22a8de586f4541f6e8dad2a67212d5948a83 Mon Sep 17 00:00:00 2001 From: zhangsir Date: Fri, 5 Jul 2024 17:22:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B7=BB=E5=8A=A0=E5=AD=A6?= =?UTF-8?q?=E5=91=98=E7=BB=84=E7=BB=87=EF=BC=8C=E5=AD=98=E5=9C=A8=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/student/CommonStudent.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]; } );