From a030aff328ced879d4ec60dc87d3ed93ec7fd9e6 Mon Sep 17 00:00:00 2001 From: zyn Date: Wed, 19 Apr 2023 17:52:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E6=98=BE=E4=BA=BA=E5=91=98=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/creatProcess/qbrk/step1-2.vue | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/pages/processCenter/pages/creatProcess/qbrk/step1-2.vue b/src/pages/processCenter/pages/creatProcess/qbrk/step1-2.vue index ecf62ae96..b67897293 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk/step1-2.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk/step1-2.vue @@ -3475,7 +3475,6 @@ }).then(res => { if (res) { let processForm = JSON.parse(res.mesg) - this.roleForm = processForm.roleForm this.commentText = processForm.commentText if(processForm.form){ processForm = processForm.form @@ -3560,6 +3559,19 @@ this.showreceive = false } }) + + // 人员信息 + let roleForm = JSON.parse(res.mesg).roleForm + this.roleForm.qcUserName = roleForm.qcUserName + this.roleForm.bzhUserName = roleForm.bzhUserName + this.roleForm.hqUserName = roleForm.hqUserName + this.roleForm.xdUserName = roleForm.xdUserName + this.roleForm.fggcsUserName = roleForm.fggcsUserName + this.roleForm.jsfzrUserName = roleForm.jsfzrUserName + this.roleForm.bzUserName = roleForm.bzUserName + this.roleForm.fzrUserName = roleForm.fzrUserName + this.roleForm.zhrUserName = roleForm.zhrUserName + this.roleForm.fbUserName = roleForm.fbUserName } }).catch(e => { })