- Aggiunta della funzione Cron
- Flag: Pubblicati OnLine + Solo CagalogoGenerale + Dettagli
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user