Browse Source

Merge branch 'fix_bug' into dev

dlt_manageScope_0428
mk 2 years ago
parent
commit
31c1effad9
  1. 9
      src/views/components/editResi.vue

9
src/views/components/editResi.vue

@ -1606,7 +1606,13 @@ export default {
employmentWish: null, //
};
}
if (!res.data.data.oldPeopleDto) {
this.form.oldPeopleDto = {
oldPeopleCategories: [],
resideSituation: null,
oldSubsidy: null
};
}
for (const key in this.form.baseInfoDto.categoryInfo) {
if (
(this.form.baseInfoDto.categoryInfo[key] === 1 &&
@ -2090,7 +2096,6 @@ export default {
);
}
}
// incidence
if (this.incidence[value]) {
if (event) {

Loading…
Cancel
Save