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); + } }) },