BUG 27903
This commit is contained in:
@@ -126,7 +126,7 @@ export default {
|
|||||||
|
|
||||||
getUserInfo() {
|
getUserInfo() {
|
||||||
this.$instance.post(`/app/appresident/queryFamilyById?id=${this.user.residentId}`, null, {}).then(res => {
|
this.$instance.post(`/app/appresident/queryFamilyById?id=${this.user.residentId}`, null, {}).then(res => {
|
||||||
if (res.code === 0) {
|
if (res?.data) {
|
||||||
this.userInfo = res.data
|
this.userInfo = res.data
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user