diff --git a/src/modules/05_leave/components/Calendar.vue b/src/modules/05_leave/components/Calendar.vue
index 31dec7f..edacad5 100644
--- a/src/modules/05_leave/components/Calendar.vue
+++ b/src/modules/05_leave/components/Calendar.vue
@@ -1,43 +1,41 @@
diff --git a/src/modules/05_leave/components/FormLeave/06_OrdinationForm.vue b/src/modules/05_leave/components/FormLeave/06_OrdinationForm.vue
index 0afbd02..27f99a8 100644
--- a/src/modules/05_leave/components/FormLeave/06_OrdinationForm.vue
+++ b/src/modules/05_leave/components/FormLeave/06_OrdinationForm.vue
@@ -1,30 +1,21 @@
@@ -504,7 +494,7 @@ onMounted(() => {
{
(true);
-const files = ref(null);
const leaveId = ref("");
/** ตัวแปร ref สำหรับแสดง validate */
@@ -127,7 +119,6 @@ function onValidate() {
*/
const isLeave = ref(true);
async function fetchCheck() {
- console.log("check");
await http
.post(config.API.leaveCheck(), {
type: dataStore.typeId ?? null,
@@ -394,14 +385,14 @@ onMounted(() => {
diff --git a/src/modules/05_leave/components/FormLeave/08_MilitaryForm.vue b/src/modules/05_leave/components/FormLeave/08_MilitaryForm.vue
index 84ed76d..c49425f 100644
--- a/src/modules/05_leave/components/FormLeave/08_MilitaryForm.vue
+++ b/src/modules/05_leave/components/FormLeave/08_MilitaryForm.vue
@@ -1,30 +1,21 @@