- generazione della raccolta PDF OK !!!

This commit is contained in:
Surya Paolo
2025-05-30 16:44:55 +02:00
parent 72d5574fab
commit 94d844c104
4 changed files with 7 additions and 3 deletions

View File

@@ -1341,6 +1341,7 @@ export const useUserStore = defineStore('UserStore', {
this.my.perm,
shared_consts.Permissions.Grafico.value
);
this.isCollaboratore = this.isGrafico || this.isCommerciale || this.isEditor || this.isAdmin || this.isManager
this.my.tokens = [];
this.resetArrToken(this.my.tokens);