Conto Comunitario all'interno di un Circuito
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user