From 13d86878c3f5d55b35e8fb0e3051c7af87870ea1 Mon Sep 17 00:00:00 2001 From: SUNJIABIN Date: Mon, 22 May 2023 17:47:43 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BC=81=E6=A0=87=E5=88=B6=E4=BF=AE?= =?UTF-8?q?=E8=AE=A2=E8=B5=B7=E8=8D=89=E9=A1=B5=E9=9D=A2=E5=9B=9E=E6=98=BE?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/creatProcess/qbrk/step1-2.vue | 31 +++++++++++++------ 1 file changed, 21 insertions(+), 10 deletions(-) diff --git a/src/pages/processCenter/pages/creatProcess/qbrk/step1-2.vue b/src/pages/processCenter/pages/creatProcess/qbrk/step1-2.vue index 50add3521..d2d9fb601 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk/step1-2.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk/step1-2.vue @@ -3625,16 +3625,27 @@ // 人员信息 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 + this.roleForm = roleForm + // this.roleForm.qcUserId = roleForm.qcUserId + // this.roleForm.qcUserName = roleForm.qcUserName + // this.roleForm.bzhUserId = roleForm.bzhUserId + // this.roleForm.bzhUserName = roleForm.bzhUserName + // this.roleForm.hqUserId = roleForm.hqUserId + // this.roleForm.hqUserName = roleForm.hqUserName + // this.roleForm.xdUserId = roleForm.xdUserId + // this.roleForm.xdUserName = roleForm.xdUserName + // this.roleForm.fggcsUserId = roleForm.fggcsUserId + // this.roleForm.fggcsUserName = roleForm.fggcsUserName + // this.roleForm.jsfzrUserId = roleForm.jsfzrUserId + // this.roleForm.jsfzrUserName = roleForm.jsfzrUserName + // this.roleForm.bzUserId = roleForm.bzUserId + // this.roleForm.bzUserName = roleForm.bzUserName + // this.roleForm.fzrUserId = roleForm.fzrUserId + // this.roleForm.fzrUserName = roleForm.fzrUserName + // this.roleForm.zhrUserId = roleForm.zhrUserId + // this.roleForm.zhrUserName = roleForm.zhrUserName + // this.roleForm.fbUserId = roleForm.fbUserId + // this.roleForm.fbUserName = roleForm.fbUserName } }).catch(e => { }) From 3a47149dd16e9bd5a12f4d8ca0b1136c3567c68b Mon Sep 17 00:00:00 2001 From: SUNJIABIN Date: Tue, 23 May 2023 10:55:47 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BC=81=E6=A0=87=E5=88=B6=E4=BF=AE?= =?UTF-8?q?=E8=AE=A2=E8=B5=B7=E8=8D=89=E9=A1=B5=E9=9D=A2=E5=9B=9E=E6=98=BE?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/creatProcess/qbrk/step1-2.vue | 52 +++++++++++-------- 1 file changed, 30 insertions(+), 22 deletions(-) diff --git a/src/pages/processCenter/pages/creatProcess/qbrk/step1-2.vue b/src/pages/processCenter/pages/creatProcess/qbrk/step1-2.vue index d2d9fb601..e7a94e3ff 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk/step1-2.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk/step1-2.vue @@ -3624,28 +3624,36 @@ }) // 人员信息 - let roleForm = JSON.parse(res.mesg).roleForm - this.roleForm = roleForm - // this.roleForm.qcUserId = roleForm.qcUserId - // this.roleForm.qcUserName = roleForm.qcUserName - // this.roleForm.bzhUserId = roleForm.bzhUserId - // this.roleForm.bzhUserName = roleForm.bzhUserName - // this.roleForm.hqUserId = roleForm.hqUserId - // this.roleForm.hqUserName = roleForm.hqUserName - // this.roleForm.xdUserId = roleForm.xdUserId - // this.roleForm.xdUserName = roleForm.xdUserName - // this.roleForm.fggcsUserId = roleForm.fggcsUserId - // this.roleForm.fggcsUserName = roleForm.fggcsUserName - // this.roleForm.jsfzrUserId = roleForm.jsfzrUserId - // this.roleForm.jsfzrUserName = roleForm.jsfzrUserName - // this.roleForm.bzUserId = roleForm.bzUserId - // this.roleForm.bzUserName = roleForm.bzUserName - // this.roleForm.fzrUserId = roleForm.fzrUserId - // this.roleForm.fzrUserName = roleForm.fzrUserName - // this.roleForm.zhrUserId = roleForm.zhrUserId - // this.roleForm.zhrUserName = roleForm.zhrUserName - // this.roleForm.fbUserId = roleForm.fbUserId - // this.roleForm.fbUserName = roleForm.fbUserName + // try { + let roleForm = JSON.parse(res.mesg).roleForm + // this.roleForm = roleForm + // }catch (e){ + // console.log(e) + // } + this.roleForm.fbUserId = roleForm.fbUserId + this.roleForm.fbUserName = roleForm.fbUserName + this.roleForm.qcUserId = roleForm.qcUserId + this.roleForm.qcUserName = roleForm.qcUserName + this.roleForm.bzhUserId = roleForm.bzhUserId + this.roleForm.bzhUserName = roleForm.bzhUserName + this.roleForm.hqUserId = roleForm.hqUserId + this.roleForm.hqUserName = roleForm.hqUserName + this.roleForm.fggcsUserId = roleForm.fggcsUserId + this.roleForm.fggcsUserName = roleForm.fggcsUserName + this.roleForm.jsfzrUserId = roleForm.jsfzrUserId + this.roleForm.jsfzrUserName = roleForm.jsfzrUserName + this.roleForm.bzUserId = roleForm.bzUserId + this.roleForm.bzUserName = roleForm.bzUserName + this.roleForm.fzrUserId = roleForm.fzrUserId + this.roleForm.fzrUserName = roleForm.fzrUserName + this.roleForm.zhrUserId = roleForm.zhrUserId + this.roleForm.zhrUserName = roleForm.zhrUserName + this.roleForm.zrUserId = roleForm.zrUserId + this.roleForm.zrUserName = roleForm.zrUserName + this.roleForm.jlUserId = roleForm.jlUserId + this.roleForm.jlUserName = roleForm.jlUserName + this.roleForm.xdUserId = roleForm.xdUserId + this.roleForm.xdUserName = roleForm.xdUserName } }).catch(e => { })