fix salary

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-04-09 16:27:24 +07:00
parent 4fecce4663
commit 2b0998c1fe
6 changed files with 75 additions and 17 deletions

View file

@ -201,6 +201,7 @@ async function getAgency(id: string) {
})
.catch((err) => {
messageError($q, err);
hideLoader();
});
} else {
agencyOptionsMain.value = [];
@ -239,6 +240,7 @@ async function getAgencyPosition(id: string) {
})
.catch((err) => {
messageError($q, err);
hideLoader();
});
} else agencyFilter.value = "";
}
@ -352,6 +354,7 @@ function getQuota() {
})
.catch((e) => {
messageError($q, e);
hideLoader();
});
}
@ -385,6 +388,7 @@ async function fetchCheckisOfficer() {
})
.catch((e) => {
messageError($q, e);
hideLoader();
});
}