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

This commit is contained in:
SUNJIABIN
2023-05-22 17:47:43 +08:00
parent 97773cb3aa
commit 13d86878c3
@@ -3625,16 +3625,27 @@
// 人员信息 // 人员信息
let roleForm = JSON.parse(res.mesg).roleForm let roleForm = JSON.parse(res.mesg).roleForm
this.roleForm.qcUserName = roleForm.qcUserName this.roleForm = roleForm
this.roleForm.bzhUserName = roleForm.bzhUserName // this.roleForm.qcUserId = roleForm.qcUserId
this.roleForm.hqUserName = roleForm.hqUserName // this.roleForm.qcUserName = roleForm.qcUserName
this.roleForm.xdUserName = roleForm.xdUserName // this.roleForm.bzhUserId = roleForm.bzhUserId
this.roleForm.fggcsUserName = roleForm.fggcsUserName // this.roleForm.bzhUserName = roleForm.bzhUserName
this.roleForm.jsfzrUserName = roleForm.jsfzrUserName // this.roleForm.hqUserId = roleForm.hqUserId
this.roleForm.bzUserName = roleForm.bzUserName // this.roleForm.hqUserName = roleForm.hqUserName
this.roleForm.fzrUserName = roleForm.fzrUserName // this.roleForm.xdUserId = roleForm.xdUserId
this.roleForm.zhrUserName = roleForm.zhrUserName // this.roleForm.xdUserName = roleForm.xdUserName
this.roleForm.fbUserName = roleForm.fbUserName // 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 => { }).catch(e => {
}) })