diff --git a/src/views/components/editResi.vue b/src/views/components/editResi.vue index 7b388a325..0d8911d36 100644 --- a/src/views/components/editResi.vue +++ b/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) {