diff --git a/src/pages/processCenter/pages/creatProcess/bzjd/step3.vue b/src/pages/processCenter/pages/creatProcess/bzjd/step3.vue index d32931ae4..475ccd070 100644 --- a/src/pages/processCenter/pages/creatProcess/bzjd/step3.vue +++ b/src/pages/processCenter/pages/creatProcess/bzjd/step3.vue @@ -277,14 +277,12 @@ { let data = JSON.parse(res.mesg) this.form.endTime = data.endTime || data.form.endTime - let commitStatus = res.commitStatus - if(commitStatus && commitStatus > 0){ - this.acceptShow = true - this.submitShow = false - }else { - this.acceptShow = false - this.submitShow = true - } + // let commitStatus = res.commitStatus + // if(commitStatus && commitStatus > 0){ + // this.acceptShow = true + // this.submitShow = false + // }else { + // this.acceptShow = false + // this.submitShow = true + // } + this.submitShow = true this.AOLIGEI = data.AOLIGEI this.commentText3 = data.commentText3 || '' this.todoId = res.id