fixed bug

This commit is contained in:
ma0048
2026-04-28 14:17:23 +02:00
parent 60f128b314
commit b57836c2af
@@ -373,7 +373,7 @@ export default {
{
this.getLVInfos(data[0]);
}
this.$emit('update:selected', [data[0]]);
this.$emit('update:selected', data);
},
getLVInfos(data)
{