From 2d23da7acc2dc1fa3fcad3f047c9750ce3fc74a1 Mon Sep 17 00:00:00 2001 From: zhal <15900249928@163.com> Date: Tue, 26 Sep 2023 17:07:19 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E7=AE=A1=E7=90=86=E5=90=8C?= =?UTF-8?q?=E6=AD=A5=E7=82=B9=E5=87=BB=E6=89=93=E5=BC=80=E6=A8=A1=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/repository/RepositoryList.vue | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 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 b60aa67..2abb7cf 100644 --- a/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryList.vue +++ b/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryList.vue @@ -29,32 +29,32 @@
修改{{mainRepository.methodName}}
- +
打开模型
- +
取消收藏
- +
收藏
- +
移动至
- +
创建副本
- +
导出
版本管理
- +
删除模型
@@ -810,6 +810,7 @@ }; // 查询数据 awsuiAxios.post(data).then(function (ro) { + debugger; if(ro.result == 'ok') { //isClickTreeRoot // if(ro.data.mainRepository=="undefined"){ @@ -967,6 +968,7 @@ }) }, openDesigner(id) { + debugger; let that = this; if(that.isHighSecurity && that.isFileSecurity){ const data = { @@ -1805,6 +1807,7 @@ } }, openRepositoryInfo(type) {// 打开文件属性、版本管理、附件管理' + debugger; let that = this; //三员管理 if(that.isHighSecurity && that.isFileSecurity){ @@ -1835,6 +1838,7 @@ * @param currRepositoryDetailId */ openRepositoryInfoById(type,mainRepository) {// 打开文件属性、版本管理、附件管理 + debugger; let that = this; //三员管理 if(that.isHighSecurity && that.isFileSecurity){ @@ -1846,7 +1850,6 @@ } }; awsuiAxios.post(data).then(function (ro) { - debugger; if(ro.result == 'ok') { that.$refs.repositoryInfo.openRepositoryInfoDlg(that, mainRepository.id, mainRepository.version, type, mainRepository.isUse, mainRepository.isPublish, mainRepository.isStop, mainRepository.isApproval, mainRepository.methodId); }else{