แก้ไข loader

This commit is contained in:
Thanit Konmek 2023-08-04 10:04:59 +07:00
parent f072224851
commit b663eedb09
147 changed files with 3095 additions and 3256 deletions

View file

@ -506,7 +506,7 @@ const clickDelete = (id: string) => {
};
// const deleteData = async (id: string) => {
// loaderPage(true);
// showLoader();
// await http
// .delete(config.API.orderReplace(id))
// .then((res) => {
@ -516,7 +516,7 @@ const clickDelete = (id: string) => {
// messageError($q, e);
// })
// .finally(async () => {
// loaderPage(false);
// hideLoader();
// await fetchData();
// });
// };