fixing bug check type employee
This commit is contained in:
parent
3af2d9c5fa
commit
9349bacaa8
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue