|
|
@ -2143,9 +2143,9 @@ export default { |
|
|
|
this.peoForm.gender = data.gender; |
|
|
|
this.peoForm.post = data.workType; |
|
|
|
this.peoForm.idCard = data.idCard; |
|
|
|
this.peoForm.manageOrgIds = data.manageOrgIds?data.manageOrgIds.split(','):[]; |
|
|
|
this.peoForm.manageOrgIds = data.manageOrgIdStr?data.manageOrgIdStr.split(','):[]; |
|
|
|
this.peoForm.orgLevels = data.orgLevels; |
|
|
|
this.manageOrgIds = data.manageOrgIds; |
|
|
|
this.manageOrgIds = data.manageOrgIdStr; |
|
|
|
// 已有的权限(角色) |
|
|
|
let existedRoleArr = []; |
|
|
|
data.newRoleList.forEach(function (sysRole) { |
|
|
@ -2180,9 +2180,9 @@ export default { |
|
|
|
this.peoForm.gender = data.gender; |
|
|
|
this.peoForm.idCard = data.idCard; |
|
|
|
this.peoForm.agencyName=data.agencyName; |
|
|
|
this.peoForm.manageOrgIds = data.manageOrgIds?data.manageOrgIds.split(','):[]; |
|
|
|
this.peoForm.manageOrgIds = data.manageOrgIdStr?data.manageOrgIdStr.split(','):[]; |
|
|
|
this.peoForm.orgLevels = data.orgLevels; |
|
|
|
this.manageOrgIds = data.manageOrgIds; |
|
|
|
this.manageOrgIds = data.manageOrgIdStr; |
|
|
|
// 已有的权限(角色) |
|
|
|
let existedRoleArr = []; |
|
|
|
data.newRoleList.forEach(function (sysRole) { |
|
|
@ -2245,9 +2245,9 @@ export default { |
|
|
|
this.peoForm.gender = data.gender; |
|
|
|
this.peoForm.post = data.workType; |
|
|
|
this.peoForm.idCard = data.idCard; |
|
|
|
this.peoForm.manageOrgIds = data.manageOrgIds?data.manageOrgIds.split(','):[]; |
|
|
|
this.peoForm.manageOrgIds = data.manageOrgIdStr?data.manageOrgIdStr.split(','):[]; |
|
|
|
this.peoForm.orgLevels = data.orgLevels; |
|
|
|
this.manageOrgIds = data.manageOrgIds; |
|
|
|
this.manageOrgIds = data.manageOrgIdStr; |
|
|
|
// 已有的权限(角色) |
|
|
|
let existedRoleArr = []; |
|
|
|
data.newRoleList.forEach(function (sysRole) { |
|
|
|