- Cataloghi aggiornamento...
This commit is contained in:
@@ -80,7 +80,7 @@ export default defineComponent({
|
||||
watch(() => props.modelValue, (newVal) => {
|
||||
optcatalogo.value = { ...newVal };
|
||||
// updateCatalogoPadre()
|
||||
}, { deep: true });
|
||||
}, { deep: false });
|
||||
|
||||
function updateCatalogoPadre() {
|
||||
emit('update:modelValue', optcatalogo.value);
|
||||
|
||||
Reference in New Issue
Block a user