correzione numseen, numfav, ...: ora li ho aggiunti alle tabelle...

This commit is contained in:
Surya Paolo
2023-10-03 00:40:54 +02:00
parent 31598e3fbd
commit c02037b35c
5 changed files with 53 additions and 42 deletions

View File

@@ -180,7 +180,13 @@ export default defineComponent({
})
} else {
myrec.value = props.prop_myrec
// myrec.value = props.prop_myrec
await userStore.loadGeneric(props.table, props.prop_myrec._id, idnotif.value).then((ris) => {
console.log('myrec', myrec)
myrec.value = ris
notifStore.setAsRead(idnotif.value)
})
}
if (myrec.value)