fixed bug

This commit is contained in:
ma0048
2026-04-28 14:13:22 +02:00
parent 8f974e8902
commit e80ee03365
@@ -373,7 +373,7 @@ export default {
{
this.getLVInfos(data[0]);
}
this.$emit('update:selected', [data[0]]);
this.$emit('update:selected', data);
},
getLVInfos(data)
{