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 08c2fa8..0dbc996 100644 --- a/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryMain.vue +++ b/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryMain.vue @@ -592,7 +592,7 @@ this.userIndeterminate = false; // 刷新左侧文件树以及右侧最近编辑与收藏 this.$store.getters.getPageFunction['repositoryMainList_initData'](); - // TODO 刷新左侧树 + // 刷新左侧树 this.refreshNode('process'); }, handleCheckedUserChange(value){ @@ -612,7 +612,7 @@ this.$store.commit('setCreateUsers',tempArr); // 刷新左侧文件树以及右侧最近编辑与收藏 this.$store.getters.getPageFunction['repositoryMainList_initData'](); - // TODO 刷新左侧树 + // 刷新左侧树 this.refreshNode('process'); }, searchUserNameText() { @@ -640,7 +640,7 @@ this.isIndeterminate = false; // 刷新左侧文件树以及右侧最近编辑与收藏 this.$store.getters.getPageFunction['repositoryMainList_initData'](); - // TODO 刷新左侧树 + // 刷新左侧树 this.refreshNode(); }, handleCheckedMethodIdChange(value){ @@ -651,7 +651,7 @@ this.$store.commit('setMethodIds',[...value]); // 刷新左侧文件树以及右侧最近编辑与收藏 this.$store.getters.getPageFunction['repositoryMainList_initData'](); - // TODO 刷新左侧树 + // 刷新左侧树 this.refreshNode('process'); }, // 文件类型筛选