- 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

@@ -345,9 +345,10 @@ export default defineComponent({
} else if (selectPickup.value && props.pickup) {
selectPickup.value.focus()
} else if (selectMultiple.value && props.multiple) {
selectMultiple.value.focus()
selectMultiple.value?.focus()
} else {
selectGeneric.value.focus()
if (selectGeneric.value)
selectGeneric.value?.focus()
}
} catch (e) {
console.error('Err', e)