diff --git a/src/modules/07_insignia/components/2_Manage/listManage.vue b/src/modules/07_insignia/components/2_Manage/listManage.vue index 55d2eec35..13a9adb96 100644 --- a/src/modules/07_insignia/components/2_Manage/listManage.vue +++ b/src/modules/07_insignia/components/2_Manage/listManage.vue @@ -42,7 +42,7 @@ const modalPopupBackToEdit = ref(false); //model แก้ไข /** function เรียกรอบการเสนอขอพระราชทานเครื่อง*/ async function fecthlistRound() { - showLoader(); + // showLoader(); await http .get(config.API.listRoundInsignia()) .then(async (res: any) => { @@ -68,15 +68,12 @@ async function fecthlistRound() { }) .catch((err) => { messageError($q, err); - }) - .finally(() => { - hideLoader(); + // hideLoader(); }); } /** function เรียกดู Stat ของรอบการเสนอขอพระราชทานเครื่อง*/ const fecthStat = async (id: string) => { - showLoader(); await http .get(config.API.insigniaDashboard(id)) .then((res) => { @@ -84,9 +81,6 @@ const fecthStat = async (id: string) => { }) .catch((err) => { messageError($q, err); - }) - .finally(() => { - hideLoader(); }); }; @@ -133,14 +127,10 @@ function fetchListOrg(id: string) { }) .catch((err) => { messageError($q, err); - }) - .finally(() => { hideLoader(); }); } - - /**function เรียกประเภทเครื่องราช*/ async function fecthInsignia() { await http @@ -208,7 +198,7 @@ async function fecthInsigniaByOc( } }) .catch((err) => { - // messageError($q, err); + messageError($q, err); }) .finally(() => { hideLoader();