mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
fixed bug
This commit is contained in:
@@ -373,7 +373,7 @@ export default {
|
||||
{
|
||||
this.getLVInfos(data[0]);
|
||||
}
|
||||
this.$emit('update:selected', [data[0]]);
|
||||
this.$emit('update:selected', data);
|
||||
},
|
||||
getLVInfos(data)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user