|
|
@ -2182,7 +2182,7 @@ export default { |
|
|
|
this.peoForm.idCard = data.idCard; |
|
|
|
this.peoForm.agencyName=data.agencyName; |
|
|
|
this.peoForm.manageOrgIds = data.manageOrgIdStr?data.manageOrgIdStr.split(','):[]; |
|
|
|
this.peoForm.orgLevels = data.orgLevels; |
|
|
|
this.peoForm.orgLevels = data.manageLevelStr; |
|
|
|
this.manageOrgIds = data.manageOrgIdStr; |
|
|
|
// 已有的权限(角色) |
|
|
|
let existedRoleArr = []; |
|
|
|