- aggiornato catalogo lista con filtri per editori e grafico

This commit is contained in:
Surya Paolo
2025-02-13 21:15:04 +01:00
parent cdefb91bef
commit f0098e57b2
58 changed files with 245 additions and 116 deletions

View File

@@ -1042,6 +1042,14 @@ export default defineComponent({
objitem[item.key] = item.value
filter_gte.push(objitem)
} else if (item.table === 'lista_editori') {
if (item.value !== costanti.FILTER_TUTTI) {
objitem[item.key] = item.value
filtersearch.push(objitem)
}
} else if (item.value > 0) {
objitem[item.key] = item.value
filtersearch.push(objitem)