From c7d6a530f452f5fe5152c4e08df00777adc0b603 Mon Sep 17 00:00:00 2001 From: wxyclub Date: Fri, 1 Dec 2023 17:36:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E5=90=8D=E6=B5=81=E7=A8=8B?= =?UTF-8?q?=E9=87=8D=E5=A4=8D=E5=8F=91=E9=80=81=E4=BB=A3=E5=8A=9E=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/creatProcess/qbzxdjhgk/step5.vue | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/pages/processCenter/pages/creatProcess/qbzxdjhgk/step5.vue b/src/pages/processCenter/pages/creatProcess/qbzxdjhgk/step5.vue index 6a5024bc7..29d288232 100644 --- a/src/pages/processCenter/pages/creatProcess/qbzxdjhgk/step5.vue +++ b/src/pages/processCenter/pages/creatProcess/qbzxdjhgk/step5.vue @@ -579,16 +579,17 @@ export default { if (res.success) { this.addLog(this.qbfsForm) this.$message.success(res.message) - if(this.type === '4'){ - this.batchToDoTasks(data.ids).then((result)=>{ - if(result.ok){ - console.log(result) - this.$router.push('/processCenter') - } - }) - }else{ + // 重复发送代办 + // if(this.type === '4'){ + // this.batchToDoTasks(data.ids).then((result)=>{ + // if(result.ok){ + // console.log(result) + // this.$router.push('/processCenter') + // } + // }) + // }else{ this.$router.push('/processCenter') - } + // } } this.isSubmit = false this.saveLoading = false