BUG 29121
This commit is contained in:
@@ -107,7 +107,11 @@ export default {
|
|||||||
params: {idNumber, id}
|
params: {idNumber, id}
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res?.data) {
|
if (res?.data) {
|
||||||
return this.info = res.data
|
let {avatar} = res.data
|
||||||
|
if (avatar) {
|
||||||
|
avatar = JSON.parse(avatar)?.[0]
|
||||||
|
}
|
||||||
|
return this.info = {...res.data, avatar}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user