- Invia e Ricevi RIS (grafica aggiornata)
- Visualizzazione Movimenti (ultimi e successivi), per singolo e di tutti
This commit is contained in:
@@ -2258,6 +2258,19 @@ export const useGlobalStore = defineStore('GlobalStore', {
|
||||
})
|
||||
},
|
||||
|
||||
async loadLastMovements(nummov: number) {
|
||||
return Api.SendReq('/users/lastmovs', 'POST', {nummov})
|
||||
.then((res) => {
|
||||
if (res.data && res.data.last_transactions && this.datastat) {
|
||||
this.datastat.last_transactions = res.data.last_transactions
|
||||
}
|
||||
}).catch((error) => {
|
||||
return {}
|
||||
})
|
||||
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user