no message
This commit is contained in:
parent
16b932e565
commit
ca5b49d16b
2 changed files with 10 additions and 6 deletions
|
|
@ -242,11 +242,13 @@ async function getpersonalList() {
|
|||
Opfillter.value = storeFn.optionStatusProbation;
|
||||
totalList.value = Math.ceil(resTotal / pagination.value.rowsPerPage);
|
||||
total.value = resTotal;
|
||||
})
|
||||
.catch(() => {})
|
||||
.finally(() => {
|
||||
hideLoader();
|
||||
});
|
||||
})
|
||||
.catch((e) => {
|
||||
messageError($q, e);
|
||||
hideLoader();
|
||||
})
|
||||
.finally(() => {});
|
||||
}
|
||||
|
||||
async function onclickAddProbation() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue