Browse Source

通讯录职责回填

feature
mk 2 years ago
parent
commit
623eb4fe0d
  1. 2
      src/views/modules/base/organization/organization.vue

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

@ -2002,7 +2002,7 @@ export default {
this.peoForm.gender = data.gender;
this.peoForm.post = data.workType;
this.peoForm.idCard = data.idCard;
this.peoForm.duty = data.roleList.map(item=>item.roleId);
this.peoForm.duty = data.roleList.filter(item => item.selected).map(item => item.roleId);
//
let existedDutyArr = [];
data.roleList.forEach(function (sysDuty) {

Loading…
Cancel
Save