Conto Comunitario all'interno di un Circuito

This commit is contained in:
Surya Paolo
2023-01-21 19:02:26 +01:00
parent 42d68eb4b8
commit 98c0218ef7
18 changed files with 117 additions and 42 deletions

View File

@@ -491,8 +491,12 @@ export const useUserStore = defineStore('UserStore', {
let myrec = user
if (col && col.field === 'userto')
myrec = user.userto
if (col && col.field === 'groupto')
myrec = user.groupto
if (col && col.field === 'userfrom')
myrec = user.userfrom
if (col && col.field === 'groupfrom')
myrec = user.groupfrom
return myrec
},
@@ -1338,6 +1342,8 @@ export const useUserStore = defineStore('UserStore', {
const notifStore = useNotifStore()
notifStore.updateRecNotif(res.data.recnotif)
notifStore.updateArrRecNotifFromServer(res.data.arrrecnotif)
}
return res.data
}).catch((error) => {