From c79b8c0f947761b40b6199893762711258fab63d Mon Sep 17 00:00:00 2001 From: "396572590@qq.com" Date: Fri, 22 Jul 2022 17:47:07 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20There=20is=20no=20way=20the,=2056506=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?=E5=A4=96=E9=83=A8=E6=A0=87=E5=87=86=E5=8C=96=E5=8D=8F=E4=BC=9A?= =?UTF-8?q?=E5=85=A5=E4=BC=9A=E6=B5=81=E7=A8=8B=EF=BC=8C=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../processCenter/pages/creatProcess/bzhHd-rh/step1.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step1.vue b/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step1.vue index 39de5c977..5c5221970 100644 --- a/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step1.vue @@ -580,7 +580,14 @@ export default { queryTaskFirst({ bpnId: this.$route.query.bpnId }).then(res => { - let mes = JSON.parse(res.mes) + debugger + let obj = JSON.parse(res.mes) + let mes = {} + if(obj.json !== undefined){ + mes = obj.json + }else { + mes = obj + } this.rh_pageData = mes.rh_pageData this.commentInfo = mes.commentInfo this.roleForm = mes.roleForm