เพิ่ม ปุ่ม download file report การลงเวลา

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-12-21 10:16:35 +07:00
parent 39cfcfe921
commit 0d3f60b11c
2 changed files with 68 additions and 10 deletions

View file

@ -84,7 +84,7 @@ const options = ref<optionType[]>([
]);
const getDataNotification = async () => {
showLoader();
// showLoader();
await http
.get(config.API.msgNotificate)
.then((res: any) => {
@ -107,7 +107,7 @@ const getDataNotification = async () => {
// messageError($q, e);
})
.finally(() => {
hideLoader();
// hideLoader();
});
};