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}} + +