no message

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-01-18 14:14:16 +07:00
parent 8d50295086
commit 7bc8ca5776

View file

@ -64,7 +64,6 @@ async function fetchNotifications(index: number, type: string) {
const list: notiType[] = []
if (type === 'DEL') {
totalNotiList.value = res.data.result.total
console.log(notiList.value.length)
if (notiList.value.length === 14) {
notiList.value = []
response.map((e: any) => {