From 9c30878c38ac34164d28acff48326f94ed0e2a92 Mon Sep 17 00:00:00 2001 From: qinoy Date: Fri, 15 Jul 2022 10:38:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=8A=E5=88=A9=E9=A1=B9=E7=9B=AE=E3=80=90?= =?UTF-8?q?=E6=9E=B6=E6=9E=84=E7=AD=9B=E9=80=89=E3=80=91=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E5=90=88=E5=B9=B6=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/repository/RepositoryMain.vue | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryMain.vue b/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryMain.vue index 0dbc996..da5f616 100644 --- a/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryMain.vue +++ b/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryMain.vue @@ -74,7 +74,6 @@ -
@@ -187,7 +186,7 @@
-
+
{ - that.$refs.orgTree.setCheckedKeys(that.checkOrgIds); + if (that.$refs.orgTree) { + that.$refs.orgTree.setCheckedKeys(that.checkOrgIds); + } }) },