feat(notification): add delete notification feature
This commit is contained in:
parent
63f307c70d
commit
c49669021a
2 changed files with 32 additions and 0 deletions
|
|
@ -105,6 +105,7 @@ function onSubmit() {
|
|||
dialogMessageNotify($q, "กรุณาเลือกอย่างน้อย 1 รายการ");
|
||||
} else {
|
||||
dialogConfirm($q, async () => {
|
||||
showLoader();
|
||||
const payload = selected.value.map((e: DataSpecialTime) => ({
|
||||
recId: e.id,
|
||||
checkInTime: e.checkInTime,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue