เเก้ เคลียไฟล์
This commit is contained in:
parent
9d72c1b5dc
commit
88e786f72d
1 changed files with 2 additions and 0 deletions
|
|
@ -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();
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue