From e11fd1b00f9fac85b5172c59e2531a96d5908474 Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Thu, 28 Oct 2021 11:54:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=AD=A6=E7=94=9F=E6=97=B6?= =?UTF-8?q?=EF=BC=8C=E9=BB=98=E8=AE=A4=E5=B1=95=E5=BC=80=E5=85=A8=E9=83=A8?= =?UTF-8?q?=E6=A0=91=E8=8A=82=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/student/list/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/student/list/index.vue b/src/pages/student/list/index.vue index f20f15f..39d5896 100644 --- a/src/pages/student/list/index.vue +++ b/src/pages/student/list/index.vue @@ -192,9 +192,9 @@ show-checkbox node-key="id" highlight-current + default-expand-all lazy :load="loadClassTree" - :default-expand-all="!isAdd" :default-checked-keys="defaultCheckedKeys" :filter-node-method="filterNode" :props="{children: 'children', label: 'organizationName', isLeaf: 'leaf'}"