diff --git a/src/modules/07_insignia/views/02_ManageMain.vue b/src/modules/07_insignia/views/02_ManageMain.vue index 809880059..91a43c85b 100644 --- a/src/modules/07_insignia/views/02_ManageMain.vue +++ b/src/modules/07_insignia/views/02_ManageMain.vue @@ -40,7 +40,7 @@ const { messageError, dialogConfirm, showLoader, hideLoader, success } = mixin; * ตัวแปร */ const loadview = ref(false); //แสดง View -const hideBottom = ref(false); +// const hideBottom = ref(false); const round = ref(""); //รอยการเสนอขอ const roundName = ref(""); //ชื่อรอบการเสนอ const optionRound = ref([]); @@ -246,11 +246,11 @@ async function fecthInsigniaByOc( await DataStore.fetchData(res.data.result.items); // ส่งรายชื่อข้าราชการสามัญฯ await DataStore.fetchDataInsignia(res.data.result); // ส่งข้อมูลรอบบการแสดง // แสดงปุมล็อกข้อมูล - if (res.data.result.items !== null) { - if (res.data.result.items.length !== 0) { - hideBottom.value = true; - } else hideBottom.value = false; - } + // if (res.data.result.items !== null) { + // if (res.data.result.items.length !== 0) { + // hideBottom.value = true; + // } else hideBottom.value = false; + // } }) .catch((err) => { messageError($q, err); @@ -493,7 +493,6 @@ onUnmounted(() => { v-if=" DataStore.isOfficer && DataStore.isLock !== true && - hideBottom && checkPermission($route)?.attrIsUpdate " dense