This commit is contained in:
Warunee Tamkoo 2024-08-16 14:21:04 +07:00
parent a0334a04b4
commit 49565e2fb9

View file

@ -131,6 +131,7 @@ const clickDelete = async (id: string, index: number) => {
.delete(config.API.msgId(id))
.then(() => {
notiList.value.splice(index, 1);
totalInbox.value--;
totalNoti.value--;
success($q, "ลบข้อมูลสำเร็จ");
})