BUG 28634

This commit is contained in:
aixianling
2022-03-29 15:59:47 +08:00
parent a1d439104e
commit abd55bd413

View File

@@ -278,6 +278,9 @@ export default {
}).then(res => {
if (res?.data) {
this.detail = res.data
this.detail.family.map(e => {
e.householdRelation = e.householdRelation || "户主"
})
}
})
},