From 14144002d3a91b3e33f792fe6db8df57df726086 Mon Sep 17 00:00:00 2001 From: yujh Date: Thu, 18 Jul 2024 17:04:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=96=87=E5=AD=97=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=EF=BC=8C=E4=BB=A5=E5=8F=8A=E6=8C=89=E9=92=AE=E5=88=87?= =?UTF-8?q?=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/repository/RepositoryList.vue | 3 ++- .../src/views/repository/RepositoryMain.vue | 7 +++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryList.vue b/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryList.vue index a63b396..2257ab3 100644 --- a/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryList.vue +++ b/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryList.vue @@ -791,6 +791,7 @@ }); }, initData() { + debugger; const that = this; that.tableLoading = true; const wsId = that.$store.getters.getWsIdFn; @@ -1838,7 +1839,6 @@ * @param currRepositoryDetailId */ openRepositoryInfoById(type,mainRepository) {// 打开文件属性、版本管理、附件管理 - debugger; let that = this; //三员管理 if(that.isHighSecurity && that.isFileSecurity){ @@ -1877,6 +1877,7 @@ this.$router.push({path: '/Repository', query: {id: id, versionId: versionId, path: arr.join(','), param: Math.random()}}); }, positionTableRoleRepository(id, versionId, childSize, folder) {// 表格行标题点击定位 + debugger; if (childSize == 0) { // 如果是最后一级,文件夹提示,文件直接打开 if (folder) { 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 a9efc9b..f42500b 100644 --- a/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryMain.vue +++ b/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryMain.vue @@ -212,10 +212,13 @@ node-key="id" lazy :load="loadNode"> - + - {{node.label}} + + {{node.label}} + +