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 => { })