เเก้ เคลียไฟล์

This commit is contained in:
setthawutttty 2025-01-14 10:08:30 +07:00
parent 9d72c1b5dc
commit 88e786f72d

View file

@ -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();
})