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