From d60479f712e0bd8a0128a7f12b850f532f851e31 Mon Sep 17 00:00:00 2001 From: qinoy Date: Mon, 12 Dec 2022 13:52:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=8A=E5=88=A9=E9=A1=B9=E7=9B=AE=20?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E8=BD=AC=E6=8D=A2=E6=94=BE=E5=BC=80epc?= =?UTF-8?q?=E8=BD=ACbpmn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/repository/RepositoryList.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 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 2e21273..8e29130 100644 --- a/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryList.vue +++ b/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryList.vue @@ -532,7 +532,7 @@ checkTargetMethod: '', targetMethodArr: [ {value: 'process.flowchart',text: 'FlowChart',disabled: false}, - {value: 'process.bpmn',text: 'BPMN',disabled: true}, + {value: 'process.bpmn2',text: 'BPMN',disabled: false}, ], repositoryId: '', sourceMethod: '', @@ -618,18 +618,18 @@ data.data.sourceMethod = that.modelConvertDialog.sourceMethod; data.data.duplicateName = that.modelConvertDialog.duplicateName; }else if (type === 'batch') { - console.log('batch',that.modelConvertDialog.repositoryIds); + // console.log('batch',that.modelConvertDialog.repositoryIds); data.data.cmd = 'com.actionsoft.apps.coe.pal.handle_epc_to_flowchart_batch'; data.data.repositoryIds = JSON.stringify(that.modelConvertDialog.repositoryIds); data.data.targetMethod = that.modelConvertDialog.checkTargetMethod; data.data.sourceMethod = 'process.epc'; data.data.duplicateName = that.modelConvertDialog.duplicateName; } - console.log('=======',data,type); + // console.log('=======',data,type); // 查询数据 awsuiAxios.post(data).then(function (ro) { if(ro.result == 'ok') { - console.log('转换结果',ro); + // console.log('转换结果',ro); that.$message({type: 'success',message: '转换成功'}); that.initData(); that.modelConvertDialog.loading = false; @@ -653,7 +653,7 @@ targetMethod: that.modelConvertDialog.checkTargetMethod, } }; - console.log('modelConvertFn',that.modelConvertDialog.repositoryIds); + // console.log('modelConvertFn',that.modelConvertDialog.repositoryIds); if (that.modelConvertDialog.type === 'single') { data.data.cmd = 'com.actionsoft.apps.coe.pal.check_repository_name_exist'; data.data.repositoryId = that.modelConvertDialog.repositoryId; @@ -1098,7 +1098,7 @@ } } - console.log(this.singleSelectedRepository) + // console.log(this.singleSelectedRepository) //主repository移动文件 if(undefined == this.singleSelectedRepository.id || null == this.singleSelectedRepository.id){ this.singleSelectedRepository = this.mainRepository;