fixing
This commit is contained in:
parent
a0334a04b4
commit
49565e2fb9
1 changed files with 1 additions and 0 deletions
|
|
@ -131,6 +131,7 @@ const clickDelete = async (id: string, index: number) => {
|
||||||
.delete(config.API.msgId(id))
|
.delete(config.API.msgId(id))
|
||||||
.then(() => {
|
.then(() => {
|
||||||
notiList.value.splice(index, 1);
|
notiList.value.splice(index, 1);
|
||||||
|
totalInbox.value--;
|
||||||
totalNoti.value--;
|
totalNoti.value--;
|
||||||
success($q, "ลบข้อมูลสำเร็จ");
|
success($q, "ลบข้อมูลสำเร็จ");
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue