Nuovo Sistema di registrazione, Completato.

This commit is contained in:
Paolo Arena
2022-05-05 00:38:41 +02:00
parent 311e714d7d
commit b340d39348
5 changed files with 33 additions and 9 deletions

View File

@@ -2634,7 +2634,7 @@ module.exports = {
},
async loadApps() {
this.MYAPPS = await Site.findAllIdApp(0);
this.MYAPPS = await Site.findAll(0);
// console.log('this.MYAPPS', this.MYAPPS);
},
getApps() {