Grosse Modifiche Completate !

This commit is contained in:
Paolo Arena
2020-05-11 22:43:54 +02:00
parent 33cc721ceb
commit e4570fc393
19 changed files with 1342 additions and 1020 deletions

View File

@@ -920,12 +920,13 @@ namespace Actions {
})
}
async function GetArrDoniNavi(context, { ricalcola }) {
async function GetArrDoniNavi(context, { ricalcola, showall }) {
console.log('GetArrDoniNavi')
const mydata = {
idapp: process.env.APP_ID,
ricalcola
ricalcola,
showall
}
return await Api.SendReq('/dashboard/getdoninavi', 'POST', mydata)