|
@ -269,7 +269,7 @@ export default { |
|
|
let existedDutyArr = []; |
|
|
let existedDutyArr = []; |
|
|
data.roleList.forEach(function (sysDuty) { |
|
|
data.roleList.forEach(function (sysDuty) { |
|
|
if (sysDuty.selected === true) { |
|
|
if (sysDuty.selected === true) { |
|
|
this.peoForm.roles.push(sysDuty.roleId) |
|
|
|
|
|
existedDutyArr.push(sysDuty.roleId); |
|
|
existedDutyArr.push(sysDuty.roleId); |
|
|
} |
|
|
} |
|
|
}); |
|
|
}); |
|
|