fix
This commit is contained in:
parent
4ce2603b4d
commit
e238e0ea4b
@ -56,7 +56,7 @@ onMounted(async () => {
|
|||||||
let list = await store.getters.getAdminDetail
|
let list = await store.getters.getAdminDetail
|
||||||
accountDataLocal.value.email = list.email
|
accountDataLocal.value.email = list.email
|
||||||
accountDataLocal.value.name = list.name
|
accountDataLocal.value.name = list.name
|
||||||
accountDataLocal.value.lastName = list.last_name;
|
accountDataLocal.value.last_name = list.last_name;
|
||||||
accountDataLocal.value.phone_no = list.phone_no
|
accountDataLocal.value.phone_no = list.phone_no
|
||||||
if(!list.image_path){
|
if(!list.image_path){
|
||||||
accountDataLocal.value.avatarImg = avatar1;
|
accountDataLocal.value.avatarImg = avatar1;
|
||||||
|
Loading…
Reference in New Issue
Block a user