Merge branch 'develop' into devTee
This commit is contained in:
commit
07edfc7a50
1 changed files with 1 additions and 4 deletions
|
|
@ -105,7 +105,7 @@ const pagination = ref({ rowsPerPage: 15 });
|
|||
/** function เรียกข้อมูลตารางสถิติการลา*/
|
||||
async function fetchStatsTable() {
|
||||
// modalStatsTable.value = true;
|
||||
showLoader();
|
||||
|
||||
await http
|
||||
.get(config.API.leaveStats())
|
||||
.then((res) => {
|
||||
|
|
@ -152,9 +152,6 @@ async function fetchStatsTable() {
|
|||
})
|
||||
.catch((err) => {
|
||||
messageError($q, err);
|
||||
})
|
||||
.finally(() => {
|
||||
hideLoader();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue