From 1a5cff03f9e966b57fd5a7b3f1ae9b7811189ac6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com> Date: Fri, 13 May 2022 13:19:18 +0800 Subject: [PATCH] =?UTF-8?q?52788=20=E3=80=90=E6=A0=87=E5=87=86=E8=B0=83?= =?UTF-8?q?=E7=A0=94=E6=B5=81=E7=A8=8B=E3=80=91=E5=9C=A8=E4=BC=9A=E7=AD=BE?= =?UTF-8?q?=E8=8A=82=E7=82=B9=E8=BF=9B=E8=A1=8C=E9=A9=B3=E5=9B=9E=E5=90=8E?= =?UTF-8?q?=EF=BC=8C=E7=99=BB=E5=BD=95=E5=89=8D=E4=B8=80=E8=8A=82=E7=82=B9?= =?UTF-8?q?=E4=BA=BA=E5=91=98=EF=BC=8C=E5=9C=A8=E5=BE=85=E5=8A=9E=E4=BA=8B?= =?UTF-8?q?=E9=A1=B9=E4=B8=AD=E8=BF=9B=E8=A1=8C=E6=93=8D=E4=BD=9C=EF=BC=8C?= =?UTF-8?q?=E5=8F=91=E7=8E=B0=E4=B9=8B=E5=89=8D=E6=8F=90=E4=BA=A4=E8=BF=87?= =?UTF-8?q?=E7=9A=84=E6=B1=87=E6=80=BB=E8=B0=83=E7=A0=94=E6=8A=A5=E5=91=8A?= =?UTF-8?q?=E6=B6=88=E5=A4=B1=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/processCenter/pages/creatProcess/bzdy/step5.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pages/processCenter/pages/creatProcess/bzdy/step5.vue b/src/pages/processCenter/pages/creatProcess/bzdy/step5.vue index 25fd891d0..c218baeca 100644 --- a/src/pages/processCenter/pages/creatProcess/bzdy/step5.vue +++ b/src/pages/processCenter/pages/creatProcess/bzdy/step5.vue @@ -429,6 +429,7 @@ pId: this.pId }).then(res => { let data = JSON.parse(res.mesg) + console.log(data); let jsonData = JSON.parse(res.mesg) this.jsonData = jsonData.form ? jsonData.form : jsonData this.commentText5 = data.commentText5 || '' @@ -449,8 +450,8 @@ newArr.push(arr[a]) } this.tableData = newArr - this.form.hzfileId = data.form ? data.form.hzfileId : (data.hzfileId ? hzfileId : '') - this.form.hzfileName = data.form ? data.form.hzfileName : (data.hzfileName ? hzfileName : '') + this.form.hzfileId = data.form ? data.form.hzfileId : (data.hzfileId ? data.hzfileId : '') + this.form.hzfileName = data.form ? data.form.hzfileName : (data.hzfileName ? data.hzfileName : '') this.newDocUser = data.form ? data.form.docUser : data.docUser this.json = data || data.form }).catch(e => {