Aggiornamento cataloghi...
This commit is contained in:
@@ -35,6 +35,7 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
function updateproductmodif(element: any) {
|
||||
// console.log('CTABLECUPLE updateproductmodif ', element)
|
||||
emit('updateproductmodif', element)
|
||||
}
|
||||
|
||||
|
||||
@@ -18,8 +18,11 @@
|
||||
:id="myrec.id"
|
||||
:rec="myrec.rec"
|
||||
:mykey="myrec.mykey"
|
||||
:mysubkey="myrec.mysubkey"
|
||||
:debounce="myrec.debounce"
|
||||
:jointable="myrec.jointable"
|
||||
:maxlength="myrec.maxlength"
|
||||
:showall="myrec.showall"
|
||||
:type="myrec.type"
|
||||
:dense="myrec.dense ? myrec.dense : true"
|
||||
@save="updateproductmodif"
|
||||
|
||||
Reference in New Issue
Block a user