BUG 28634
This commit is contained in:
@@ -278,6 +278,9 @@ export default {
|
|||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res?.data) {
|
if (res?.data) {
|
||||||
this.detail = res.data
|
this.detail = res.data
|
||||||
|
this.detail.family.map(e => {
|
||||||
|
e.householdRelation = e.householdRelation || "户主"
|
||||||
|
})
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user