Merge branch 'develop' into devTee

This commit is contained in:
STW_TTTY\stwtt 2024-06-25 17:10:02 +07:00
commit 07edfc7a50

View file

@ -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();
});
}