This commit is contained in:
vapormusic 2022-01-24 07:39:59 +07:00
parent 4fd45445b9
commit 6bc4628cad

View file

@ -2524,8 +2524,6 @@ const app = new Vue({
} else {
for (let i = 0; i < query.length; i++) {
if (query[i].id == item.id) {query.splice(0, i+1);
console.log("foundindex",i)
console.log('spliced', query)
break;}
}
}