Browse Source

修改字段名分管部门key

xiaowang-featrue
mk 11 months ago
parent
commit
306b2716ab
  1. 12
      src/views/modules/base/organization/organization.vue

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

@ -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) {

Loading…
Cancel
Save