Lista Città (prese dal server: pickup)

This commit is contained in:
paoloar77
2022-01-20 00:38:49 +01:00
parent 2d3eff1065
commit d442aa75e8
35 changed files with 1427 additions and 143 deletions

View File

@@ -233,8 +233,6 @@ export const useGlobalStore = defineStore('GlobalStore', {
return state.statusSkills
else if (table === 'sectors')
return state.sectors
else if (table === 'cities')
return state.cities
else {
return ris
}
@@ -1296,6 +1294,7 @@ export const useGlobalStore = defineStore('GlobalStore', {
if (table === 'bottype') return shared_consts.BotType
if (table === 'visibility') return shared_consts.Visibility
if (table === 'lang') return shared_consts.Lang
if (table === 'regions') return shared_consts.Regions
let myarr = this.getListByTable(table)