合并分支 'dev_20230216' 到 'master'

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

查看合并请求 laws-foton-slrs/foton-laws-system-front!83
This commit is contained in:
高嵩
2023-05-22 18:08:20 +08:00
@@ -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 => {
}) })