From bb39a81fab7e589ee11a6a9e4f30993067b5cdcd Mon Sep 17 00:00:00 2001 From: setthawutttty Date: Thu, 5 Oct 2023 10:01:25 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=A3=E0=B8=B2=E0=B8=A2=E0=B8=81=E0=B8=B2?= =?UTF-8?q?=E0=B8=A3=E0=B8=AA=E0=B8=AD=E0=B8=9A=E0=B9=81=E0=B8=82=E0=B9=88?= =?UTF-8?q?=E0=B8=87=E0=B8=82=E0=B8=B1=E0=B8=99=20/=20=E0=B8=84=E0=B8=B1?= =?UTF-8?q?=E0=B8=94=E0=B9=80=E0=B8=A5=E0=B8=B7=E0=B8=AD=E0=B8=81=20?= =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=20all=20=E0=B8=84=E0=B9=88=E0=B8=B2?= =?UTF-8?q?=E0=B9=80=E0=B8=A3=E0=B8=B4=E0=B9=88=E0=B8=A1=E0=B8=95=E0=B9=89?= =?UTF-8?q?=E0=B8=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/05_placement/components/Main.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/05_placement/components/Main.vue b/src/modules/05_placement/components/Main.vue index 9ba46025c..66e53a378 100644 --- a/src/modules/05_placement/components/Main.vue +++ b/src/modules/05_placement/components/Main.vue @@ -195,7 +195,7 @@ const resetFilter = () => { }; //-------------------|ครั้งที่สอบ|------------------------------// -const examTime = ref("all"); +const examTime = ref(""); const examTimeOP = reactive([{ id: "all", name: "ทั้งหมด" }]); const addedExamTimeValues: Set = new Set(); @@ -215,7 +215,7 @@ const examTimeFilter = async () => { }; // ประเภทการสอบ -const examType = ref("all"); +const examType = ref(""); const examTypeOP = ref([{ id: "all", name: "ทั้งหมด" }]); const addedExamTypeValues: Set = new Set(); const examTypeFilter = () => {