- Aggiunta della funzione Cron

- Flag: Pubblicati OnLine + Solo CagalogoGenerale + Dettagli
This commit is contained in:
Surya Paolo
2025-05-07 21:58:05 +02:00
parent 2cc8fcda03
commit 6eb6f236e4
20 changed files with 235 additions and 29 deletions

View File

@@ -1891,8 +1891,8 @@ export const useGlobalStore = defineStore('GlobalStore', {
if (page.loadFirst)
page.loaded = true
}
this.myelems = []
this.myelems = (res.data.myelems) ? [...res.data.myelems] : []
this.crons = (res.data.crons) ? [...res.data.crons] : []
this.myschedas = []
this.myschedas = (res.data.myschedas) ? [...res.data.myschedas] : []
// console.log('this.mypage', this.mypage)