From 4e0a3f00b2a33dad046bf9998a7111facf05b578 Mon Sep 17 00:00:00 2001 From: qinoy Date: Fri, 15 Jul 2022 09:58:46 +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=E5=8E=BB=E9=99=A4?= =?UTF-8?q?TODO=E6=A0=87=E8=AE=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/repository/RepositoryMain.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 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'); }, // 文件类型筛选