- ver 1.2.47 :

- corretto errore di modifica scheda
- aggiunto scraping (fase 1)
This commit is contained in:
Surya Paolo
2025-05-16 10:26:29 +02:00
parent b7ecd60fc3
commit 810815a12a
23 changed files with 103 additions and 80 deletions

View File

@@ -975,9 +975,13 @@ export default defineComponent({
Savedb(myvalue.value, '')
}
onBeforeMount(mounted)
function handleShowAndSave(payload: any) {
Savedb(payload);
changevalRec(payload);
}
return {
myvalue,
@@ -1025,6 +1029,7 @@ export default defineComponent({
popupEditRef,
copyToClipboard,
updateValidazione,
handleShowAndSave,
}
}
})