fixing bug check type employee

This commit is contained in:
Warunee Tamkoo 2024-05-17 16:20:57 +07:00
parent 3af2d9c5fa
commit 9349bacaa8

View file

@ -465,7 +465,7 @@ async function selectAvatarHistory() {
showLoader();
await http
.get(config.API.orgProfileAvatar + `/select/${profileId.value}/${data.id}`)
.then(async(res) => {
.then(async (res) => {
closeImage();
await fetchDataPersonal();
@ -512,7 +512,7 @@ onMounted(async () => {
dropdown-icon="mdi-chevron-down"
>
<q-list
v-if="empType === 'officer'"
v-if="empType === ''"
v-for="(item, index) in itemsMenu"
:key="index"
>