From 133323a15892bc591a2a96b6373f28c3b9e2bf8d Mon Sep 17 00:00:00 2001 From: "396572590@qq.com" Date: Mon, 1 Aug 2022 14:54:25 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20There=20is=20no=20way=20the,=20?= =?UTF-8?q?=E2=80=8556507=20=E6=9F=A5=E7=9C=8B=E6=B5=81=E7=A8=8B=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=EF=BC=9A=E5=A4=96=E9=83=A8=E6=A0=87=E5=87=86=E5=8C=96?= =?UTF-8?q?=E5=8D=8F=E4=BC=9A=E5=8F=82=E4=BC=9A=E6=B5=81=E7=A8=8B=EF=BC=8C?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=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 --- .../pages/creatProcess/bzhHy-ch/step1.vue | 23 ++++++++++--------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step1.vue b/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step1.vue index 578fbad19..2bde97c30 100644 --- a/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step1.vue @@ -126,6 +126,7 @@ - 计划内 - 计划外 + 计划内 + 计划外 @@ -190,7 +191,7 @@ :model="roleForm" :rules="roleFormRules" class="label-input-form"> - +

标准法规工程师

@@ -201,7 +202,7 @@
- +

分委会主任/部门中心主任

@@ -213,7 +214,7 @@
- +

责任工程师

@@ -225,7 +226,7 @@
- +

参会人员所在部门中心主任

@@ -237,7 +238,7 @@
- +

标准法规部人员

@@ -285,7 +286,7 @@
- +

院长

@@ -519,9 +520,9 @@ export default { bpnId: this.$route.query.bpnId }).then(res => { let mes = JSON.parse(res.mes) - this.ch_pageData = mes.ch_pageData - this.commentInfo = mes.commentInfo - this.roleForm = mes.roleForm + this.ch_pageData = mes.json.ch_pageData + this.commentInfo = mes.json.commentInfo + this.roleForm = mes.json.roleForm }); },