diff --git a/src/pages/processCenter/pages/creatProcess/qbrk-product/step1.vue b/src/pages/processCenter/pages/creatProcess/qbrk-product/step1.vue index e62245482..0bfc57dae 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk-product/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk-product/step1.vue @@ -1904,7 +1904,6 @@ }).then(res => { this.verifySarStandard = this.$route.query.verifySarStandard let mes = JSON.parse(res.mes) - console.log(mes) mes.form.date = new Date(this.$moment(mes.form.date).format('YYYY-MM-DD')) this.form = mes.form this.form['id'] = mes.form.id @@ -1920,7 +1919,7 @@ this.GLWJBUSSFileList=this.assemble(this.form.GLWJBUSS,this.form.GLWJBUSSName); this.XGDFileList=this.assemble(this.form.XGD,this.form.XGDName); this.roleForm = mes.roleForm - this.formTongGuo.commentText = mes.commentText + this.commentText = mes.commentText }) }else { this.form.XCSJBUSS = this.dateFormatter() diff --git a/src/pages/processCenter/pages/creatProcess/qbrk/step1.vue b/src/pages/processCenter/pages/creatProcess/qbrk/step1.vue index bce6c5234..8dc1696f3 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk/step1.vue @@ -1868,7 +1868,7 @@ this.QTWJBUSSFileList=this.assemble(this.form.QTWJBUSS,this.form.QTWJBUSSName); this.GLWJBUSSFileList=this.assemble(this.form.GLWJBUSS,this.form.GLWJBUSSName); this.roleForm = mes.roleForm - this.formTongGuo.commentText = mes.commentText + this.commentText = mes.commentText }) }else { this.form.XCSJBUSS = this.dateFormatter()