Aggiunto il filtro per Provincia

This commit is contained in:
paoloar77
2022-01-23 23:25:19 +01:00
parent 6e54fa06c4
commit 030523c8ee
25 changed files with 1097 additions and 405 deletions

View File

@@ -725,7 +725,7 @@ export const useGlobalStore = defineStore('GlobalStore', {
})
},
async loadPickup(params: IParamsPickup) {
loadPickup(params: IParamsPickup) {
console.log('loadPickup', params)
const userStore = useUserStore()
@@ -1295,6 +1295,7 @@ export const useGlobalStore = defineStore('GlobalStore', {
if (table === 'visibility') return shared_consts.Visibility
if (table === 'lang') return shared_consts.Lang
if (table === 'regions') return shared_consts.Regions
if (table === 'provinces') return shared_consts.Provinces
let myarr = this.getListByTable(table)