From f4056942e7b324f8d1635a232a7e466c091e2b1e Mon Sep 17 00:00:00 2001 From: "396572590@qq.com" Date: Thu, 28 Jul 2022 15:04:09 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20There=20is=20no=20way=20the,=20?= =?UTF-8?q?=E6=96=87=E6=A1=A3=E9=97=AE=E9=A2=98=20=E8=A7=A3=E8=AF=BB?= =?UTF-8?q?=E6=B5=81=E7=A8=8B=E8=BF=98=E6=9C=89=E6=8E=A5=E6=94=B6=E4=BB=A3?= =?UTF-8?q?=E5=8A=9E=EF=BC=9F=EF=BC=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/creatProcess/bzjd/step3.vue | 21 +++++++++---------- 1 file changed, 10 insertions(+), 11 deletions(-) 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