เพิ่ม ปุ่ม download file report การลงเวลา
This commit is contained in:
parent
39cfcfe921
commit
0d3f60b11c
2 changed files with 68 additions and 10 deletions
|
|
@ -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();
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue