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'); }, // 文件类型筛选