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({