InfiniteScroll: Le liste (Beni / Servizi / Eventi) devono essere caricate in automatico, scorrendo la lista...
fix category
This commit is contained in:
@@ -1625,7 +1625,12 @@ export const useGlobalStore = defineStore('GlobalStore', {
|
||||
let obj: any = {}
|
||||
obj[mykey] = costanti.FILTER_NESSUNO
|
||||
obj[collab] = '[Nessuno]'
|
||||
obj['idSector'] = []
|
||||
|
||||
if (table === toolsext.TABMYGOODS) {
|
||||
obj['idSectorGood'] = []
|
||||
} else if ((table === toolsext.TABMYSKILLS) ) {
|
||||
obj['idSector'] = []
|
||||
}
|
||||
|
||||
myarr = [obj, ...myarr]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user