ส่งเรื่องร้องเรียนไปยังขั้นตอนการสืบสวน

This commit is contained in:
setthawutttty 2023-11-24 10:47:44 +07:00
parent b876c951b0
commit d47140e0ec
5 changed files with 62 additions and 36 deletions

View file

@ -219,7 +219,7 @@ async function close() {
/** เปิด dialog ยืนยัน */
function savePost() {
if (selected.value.length != 0) {
dialogConfirm($q, () => console.log(selected.value));
dialogConfirm($q, () => saveData());
} else {
dialogMessageNotify($q, "กรุณาเลือกอย่างน้อย 1 รายการ");
}