- ver 1.2.47 :
- corretto errore di modifica scheda - aggiunto scraping (fase 1)
This commit is contained in:
@@ -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,
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user