diff --git a/src/modules/11_discipline/components/7_ListSuspend/DialogSendToCommand.vue b/src/modules/11_discipline/components/7_ListSuspend/DialogSendToCommand.vue index ec95ca8dc..06767a812 100644 --- a/src/modules/11_discipline/components/7_ListSuspend/DialogSendToCommand.vue +++ b/src/modules/11_discipline/components/7_ListSuspend/DialogSendToCommand.vue @@ -38,6 +38,7 @@ const dataMapToSend = computed(() => { })); }); +const asd = ref(""); //ตัวแปรเก็บคำสั่งที่เลือก const commandType = ref(""); //ตัวแปรเก็บคำสั่งที่เลือก const commandOp = ref([]); const listCommand = ref([]); // เก็บคำสั่งทั้งหมด diff --git a/src/modules/11_discipline/components/7_ListSuspend/ListsPage.vue b/src/modules/11_discipline/components/7_ListSuspend/ListsPage.vue index effc435f1..078a0c20e 100644 --- a/src/modules/11_discipline/components/7_ListSuspend/ListsPage.vue +++ b/src/modules/11_discipline/components/7_ListSuspend/ListsPage.vue @@ -184,7 +184,6 @@ function openModalOrder() { r.organization ); rows2.value = dataMap; - console.log("🚀 ~ openModalOrder ~ rows2.value:", rows2.value) } /** ดึงข้อมูลหน้าหลัก */