- tutorial Circuito Ris Italia

- Invia RIS (visibile per tutti)
This commit is contained in:
Surya Paolo
2023-11-26 01:38:09 +01:00
parent cfea22b944
commit 114af5b3fd
19 changed files with 343 additions and 124 deletions

View File

@@ -108,6 +108,7 @@ export const DefaultUser: IUserFields = {
useraccounts: [],
calc: { numGoodsAndServices: 0 },
resid_province: '',
resid_card: '',
},
cart: {
userId: '',
@@ -177,6 +178,7 @@ export const DefaultProfile: IUserProfile = {
useraccounts: [],
calc: { numGoodsAndServices: 0 },
resid_province: '',
resid_card: '',
}
export const useUserStore = defineStore('UserStore', {
@@ -1888,7 +1890,8 @@ export const useUserStore = defineStore('UserStore', {
}
}
return yes
return true
// return yes
},
async setSeen($q: any, t: any, id: any, table: string, myrec: any) {