From 88e786f72dc9bbe4a3359d039cd70cce57a53bc4 Mon Sep 17 00:00:00 2001 From: setthawutttty Date: Tue, 14 Jan 2025 10:08:30 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=80=E0=B9=80=E0=B8=81=E0=B9=89=20?= =?UTF-8?q?=E0=B9=80=E0=B8=84=E0=B8=A5=E0=B8=B5=E0=B8=A2=E0=B9=84=E0=B8=9F?= =?UTF-8?q?=E0=B8=A5=E0=B9=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/03_recruiting/views/01_compete/Period.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/modules/03_recruiting/views/01_compete/Period.vue b/src/modules/03_recruiting/views/01_compete/Period.vue index 0705c1ba4..f09ab5570 100644 --- a/src/modules/03_recruiting/views/01_compete/Period.vue +++ b/src/modules/03_recruiting/views/01_compete/Period.vue @@ -361,6 +361,7 @@ async function clickCloseScore() { /** ปิด dialog เลือกไฟล์ผู้สมัครสอบแข่งขัน */ async function clickCloseCandidate() { modalCandidate.value = false; + files_candidate.value = null await fetchData(); } @@ -374,6 +375,7 @@ async function checkSaveCandidate() { .then((res) => { success($q, "นำเข้าข้อมูลผู้สมัครสอบสำเร็จ"); modalCandidate.value = false; + files_candidate.value = null selected_row_id.value = ""; fetchData(); })