企标制修订起草页面回显问题

This commit is contained in:
SUNJIABIN
2023-05-23 10:55:47 +08:00
parent 13d86878c3
commit 3a47149dd1
@@ -3624,28 +3624,36 @@
}) })
// 人员信息 // 人员信息
let roleForm = JSON.parse(res.mesg).roleForm // try {
this.roleForm = roleForm let roleForm = JSON.parse(res.mesg).roleForm
// this.roleForm.qcUserId = roleForm.qcUserId // this.roleForm = roleForm
// this.roleForm.qcUserName = roleForm.qcUserName // }catch (e){
// this.roleForm.bzhUserId = roleForm.bzhUserId // console.log(e)
// this.roleForm.bzhUserName = roleForm.bzhUserName // }
// this.roleForm.hqUserId = roleForm.hqUserId this.roleForm.fbUserId = roleForm.fbUserId
// this.roleForm.hqUserName = roleForm.hqUserName this.roleForm.fbUserName = roleForm.fbUserName
// this.roleForm.xdUserId = roleForm.xdUserId this.roleForm.qcUserId = roleForm.qcUserId
// this.roleForm.xdUserName = roleForm.xdUserName this.roleForm.qcUserName = roleForm.qcUserName
// this.roleForm.fggcsUserId = roleForm.fggcsUserId this.roleForm.bzhUserId = roleForm.bzhUserId
// this.roleForm.fggcsUserName = roleForm.fggcsUserName this.roleForm.bzhUserName = roleForm.bzhUserName
// this.roleForm.jsfzrUserId = roleForm.jsfzrUserId this.roleForm.hqUserId = roleForm.hqUserId
// this.roleForm.jsfzrUserName = roleForm.jsfzrUserName this.roleForm.hqUserName = roleForm.hqUserName
// this.roleForm.bzUserId = roleForm.bzUserId this.roleForm.fggcsUserId = roleForm.fggcsUserId
// this.roleForm.bzUserName = roleForm.bzUserName this.roleForm.fggcsUserName = roleForm.fggcsUserName
// this.roleForm.fzrUserId = roleForm.fzrUserId this.roleForm.jsfzrUserId = roleForm.jsfzrUserId
// this.roleForm.fzrUserName = roleForm.fzrUserName this.roleForm.jsfzrUserName = roleForm.jsfzrUserName
// this.roleForm.zhrUserId = roleForm.zhrUserId this.roleForm.bzUserId = roleForm.bzUserId
// this.roleForm.zhrUserName = roleForm.zhrUserName this.roleForm.bzUserName = roleForm.bzUserName
// this.roleForm.fbUserId = roleForm.fbUserId this.roleForm.fzrUserId = roleForm.fzrUserId
// this.roleForm.fbUserName = roleForm.fbUserName 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 => { }).catch(e => {
}) })