- aggiornato scheda e rigenera lista

- corretto filtro sulla Collana
This commit is contained in:
Surya Paolo
2025-04-29 02:30:00 +02:00
parent ec19bc3b87
commit 493ebf51f3
24 changed files with 1219 additions and 888 deletions

View File

@@ -73,8 +73,9 @@ export default defineComponent({
default: false,
},
mycol: {
type: Object as PropType<IColGridTable | undefined>,
required: true,
type: Object as PropType<IColGridTable | undefined | null>,
required: false,
default: undefined,
},
canEdit: {
type: Boolean,
@@ -485,7 +486,7 @@ export default defineComponent({
myrow.value = props.rec && props.isrec ? { ...props.rec } : { ...props.row }
console.log('myrow', myrow.value?.arrvariazioni?.[0])
// console.log('myrow', myrow.value?.arrvariazioni?.[0])
try {