- fixed quantità
- creazione mappa numero utenti per provincia !
This commit is contained in:
@@ -15,7 +15,7 @@ import {
|
||||
IColGridTable,
|
||||
ISignupIscrizioneConacreisOptions,
|
||||
ISignupIscrizioneArcadeiOptions,
|
||||
ISettings,
|
||||
ISettings,
|
||||
} from '@src/model'
|
||||
import { tools } from '@store/Modules/tools'
|
||||
import translate from '@src/globalroutines/util'
|
||||
@@ -1034,6 +1034,15 @@ export const useUserStore = defineStore('UserStore', {
|
||||
}
|
||||
},
|
||||
|
||||
async getProvincesForMap() {
|
||||
return Api.SendReq('/users/infomap', 'POST', null)
|
||||
.then((res) => {
|
||||
return res ? res.data.ris : []
|
||||
}).catch((error) => {
|
||||
return null
|
||||
})
|
||||
},
|
||||
|
||||
async newsletterload(force: boolean) {
|
||||
|
||||
const globalStore = useGlobalStore()
|
||||
|
||||
Reference in New Issue
Block a user