From a49aef600d02c9ac56bc1d741ad63daa3c9aa2f5 Mon Sep 17 00:00:00 2001 From: qinoy Date: Tue, 26 Jul 2022 14:51:31 +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=91BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/repository/RepositoryMain.vue | 8 ++++++++ 1 file changed, 8 insertions(+) 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 c771a5d..0589e64 100644 --- a/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryMain.vue +++ b/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryMain.vue @@ -467,6 +467,7 @@ // 刷新左侧文件树以及右侧最近编辑与收藏 this.$store.getters.getPageFunction['repositoryMainList_initData'](); // 刷新左侧树 + this.refreshNode('control'); this.refreshNode('process'); }, filterNode(value, data) { @@ -488,6 +489,7 @@ // 刷新左侧文件树以及右侧最近编辑与收藏 this.$store.getters.getPageFunction['repositoryMainList_initData'](); // 刷新左侧树 + this.refreshNode('control'); this.refreshNode('process'); }, orgCheckChange(data,checked,isChildCheck){ @@ -514,6 +516,7 @@ // 刷新左侧文件树以及右侧最近编辑与收藏 this.$store.getters.getPageFunction['repositoryMainList_initData'](); // 刷新左侧树 + this.refreshNode('control'); this.refreshNode('process'); }, loadNodeOrg(node, resolve) {// `动态`加载 @@ -598,6 +601,7 @@ // 刷新左侧文件树以及右侧最近编辑与收藏 this.$store.getters.getPageFunction['repositoryMainList_initData'](); // 刷新左侧树 + this.refreshNode('control'); this.refreshNode('process'); }, // 创建人全选 @@ -618,6 +622,7 @@ // 刷新左侧文件树以及右侧最近编辑与收藏 this.$store.getters.getPageFunction['repositoryMainList_initData'](); // 刷新左侧树 + this.refreshNode('control'); this.refreshNode('process'); }, handleCheckedUserChange(value){ @@ -638,6 +643,7 @@ // 刷新左侧文件树以及右侧最近编辑与收藏 this.$store.getters.getPageFunction['repositoryMainList_initData'](); // 刷新左侧树 + this.refreshNode('control'); this.refreshNode('process'); }, searchUserNameText() { @@ -666,6 +672,7 @@ // 刷新左侧文件树以及右侧最近编辑与收藏 this.$store.getters.getPageFunction['repositoryMainList_initData'](); // 刷新左侧树 + this.refreshNode('control'); this.refreshNode('process'); }, handleCheckedMethodIdChange(value){ @@ -677,6 +684,7 @@ // 刷新左侧文件树以及右侧最近编辑与收藏 this.$store.getters.getPageFunction['repositoryMainList_initData'](); // 刷新左侧树 + this.refreshNode('control'); this.refreshNode('process'); }, // 文件类型筛选