From 758bb400b9b0d881912ce1a70a6b1c027c01e8ad Mon Sep 17 00:00:00 2001 From: "396572590@qq.com" Date: Wed, 13 Jul 2022 11:04:23 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20There=20is=20no=20way=20the,#56495=20?= =?UTF-8?q?=E6=9F=A5=E7=9C=8B=E6=B5=81=E7=A8=8B=E6=95=B0=E6=8D=AE=EF=BC=9A?= =?UTF-8?q?=E9=87=8D=E7=82=B9=E8=AE=A4=E8=AF=81=E6=A0=87=E5=87=86/?= =?UTF-8?q?=E6=94=BF=E7=AD=96=E5=90=88=E8=A7=84=E6=80=A7=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E5=AE=A1=E6=9F=A5=E6=B5=81=E7=A8=8B-=E6=9F=A5=E7=9C=8B?= =?UTF-8?q?=E6=B5=81=E7=A8=8B=E6=95=B0=E6=8D=AE=E6=8C=89=E9=92=AE=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E7=82=B9=E5=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/creatProcess/zdrzbzORzchgxxmsc/step1.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/processCenter/pages/creatProcess/zdrzbzORzchgxxmsc/step1.vue b/src/pages/processCenter/pages/creatProcess/zdrzbzORzchgxxmsc/step1.vue index bcf7469dc..89875e53a 100644 --- a/src/pages/processCenter/pages/creatProcess/zdrzbzORzchgxxmsc/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/zdrzbzORzchgxxmsc/step1.vue @@ -486,8 +486,9 @@ export default { bpnId: this.$route.query.bpnId }).then(res => { let mes = JSON.parse(res.mes) + console.log(mes) this.form = JSON.parse(JSON.stringify(mes.form)) - this.infoTableDatas = mes.infoTableDatas ? mes.infoTableDatas : [] + this.infoTableDatas = mes.infoTableDatas ? JSON.parse(mes.infoTableDatas) : [] this.roleForm = mes.roleForm this.commentText = mes.commentText })