From 939b7ec6eecc756cb099622c85f04d52ee5d7420 Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Fri, 13 May 2022 18:02:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=88=E6=81=AF=E7=B1=BB=E5=9E=8B=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E8=AE=A4=E8=AF=81=E6=B6=88=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../processCenter/processForm/handshakeProcess/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jero-web/src/views/processCenter/processForm/handshakeProcess/index.vue b/jero-web/src/views/processCenter/processForm/handshakeProcess/index.vue index 8ec29c682..96df9d4b9 100644 --- a/jero-web/src/views/processCenter/processForm/handshakeProcess/index.vue +++ b/jero-web/src/views/processCenter/processForm/handshakeProcess/index.vue @@ -232,13 +232,13 @@ this.loading = false if (value.flag == 0) { if (this.queryProject.verifyDeliverableType) { - this.startProcessDesign(this.queryBy, 2) + this.startProcessDesign(this.queryBy, 4) } if (this.queryProject.prehomoDeliverableType) { this.startProcessDesign(this.queryBy, 3) } if (this.queryProject.designDeliverableType) { - this.startProcessDesign(this.queryBy, 4) + this.startProcessDesign(this.queryBy, 2) } } else { this.$router.push({