feat(notification): add delete notification feature

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-06-23 13:59:17 +07:00
parent 63f307c70d
commit c49669021a
2 changed files with 32 additions and 0 deletions

View file

@ -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,