This commit is contained in:
nasir@endelospay.com 2024-06-06 05:18:03 +05:00
parent 4ce2603b4d
commit e238e0ea4b

View File

@ -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;