aggiornamento cataloghi, search

This commit is contained in:
Surya Paolo
2025-04-22 18:30:42 +02:00
parent 6d0efaadb9
commit ae4efab0f3
18 changed files with 117 additions and 27 deletions

View File

@@ -9815,7 +9815,7 @@ export const tools = {
},
getsearchList_Cataloghi() {
return [{
const lista = [{
visible: true,
label: 'Editore',
table: 'lista_editori',
@@ -9825,11 +9825,15 @@ export const tools = {
keycookie: '',
addall: true,
arrvalue: [],
filter: () => { },
filter: null,
useinput: false,
icon: 'fas fa-user'
}]
console.log('getsearchList_Cataloghi', lista)
return lista
},
existProp(obj: any, prop: string) {