Browse Source

老年人填写高龄补助后没有回显

feature
mk 1 year ago
parent
commit
19e456ec2c
  1. 9
      src/views/modules/portrayal/jumin/index.vue

9
src/views/modules/portrayal/jumin/index.vue

@ -559,7 +559,7 @@
row.value ? row.value : "--"
}}</span>
<span class="f-left8 f-font-color" v-if="row.label == '高龄补助'">{{
row.oldSubsidy ? row.oldSubsidy : "--"
resiDetailObj.oldPeopleDto ? resiDetailObj.oldPeopleDto.oldSubsidy : "--"
}}</span>
</div>
</section>
@ -1266,9 +1266,7 @@ export default {
});
this.menuList = Object.entries(
res.data.data.integrityData.integrityQtyMap
)
.map(([key, value]) => ({
).map(([key, value]) => ({
name: nameMap[key],
id: key,
filledQty: value.filledQty,
@ -1357,9 +1355,6 @@ export default {
this.menuList.push({name:'死亡信息',id:'deathDto'});
this.expandList.push({title:'死亡信息',scrollId:'deathDto',children:[{label:'死亡时间',value:this.resiDetailObj.baseInfoDto.deathDate}]})
}
console.log(this.expandList,"lkdsfjlskdjflks.jfklsmfdlks");
console.log(this.sectionItem.children,"lkdsfjlskdjflks.jfklsmfdlks1eww34");
})
.catch((err) => {
console.log(err);

Loading…
Cancel
Save