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

@@ -93,10 +93,6 @@ export default defineComponent({
const myCatRef = ref(<any>null)
const searchList_Cataloghi = ref(<ISearchList[]>
tools.getsearchList_Cataloghi()
)
/*
const idSectorServizi = computed(() => {
let myval: any = null
@@ -210,7 +206,6 @@ export default defineComponent({
clickButtBar,
myCatRef,
table,
searchList_Cataloghi,
}
},
})

View File

@@ -25,7 +25,7 @@
:noresultLabel="t('grid.nosearchfound')"
:arrfilters="arrfilterand"
:filtercustom="filtercustom"
:prop_searchList="searchList_Cataloghi"
:prop_searchList="tools.getsearchList_Cataloghi()"
:defaultnewrec="tools.getdefaultnewrec(table)"
labelBtnAddRow="NONE"
:prop_SortFieldsAvailable="mySortFieldsAvailable()"