this.ids.forEach((type, index) => {
if (type == item.id) {
this.ids.splice(index, 1)
}
});
this.ids.forEach((type, index) => {
if (type == item.id) {
this.ids.splice(index, 1)
}
});