fix salary
This commit is contained in:
parent
4fecce4663
commit
2b0998c1fe
6 changed files with 75 additions and 17 deletions
|
|
@ -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();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue