Browse Source

通讯录编辑功能orgLevels回填

xiaowang-featrue
mk 10 months ago
parent
commit
7ecf4241a7
  1. 2
      src/views/modules/base/organization/organization.vue

2
src/views/modules/base/organization/organization.vue

@ -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 = [];

Loading…
Cancel
Save