ส่งเรื่องร้องเรียนไปยังขั้นตอนการสืบสวน
This commit is contained in:
parent
b876c951b0
commit
d47140e0ec
5 changed files with 62 additions and 36 deletions
|
|
@ -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 รายการ");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue