เคลียไฟล์
This commit is contained in:
parent
c423e68d01
commit
78d23b5bf7
1 changed files with 2 additions and 0 deletions
|
|
@ -329,6 +329,7 @@ async function clickClose() {
|
|||
/** ปิด dialog คะเเนน */
|
||||
async function clickCloseScore() {
|
||||
modalScore.value = false;
|
||||
files_score.value = null
|
||||
await fetchData();
|
||||
}
|
||||
|
||||
|
|
@ -369,6 +370,7 @@ async function checkSaveScore() {
|
|||
.then((res) => {
|
||||
success($q, "นำเข้าข้อมูลผลคะแนนสอบสำเร็จ");
|
||||
modalScore.value = false;
|
||||
files_score.value = null
|
||||
selected_row_id.value = "";
|
||||
fetchData();
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue