Refactor #2168
parent
3aa762bfee
commit
bd7e46f66d
|
@ -558,8 +558,6 @@ export default {
|
|||
value = [];
|
||||
}
|
||||
else if (this.visibleOptions) {
|
||||
if (this.optionGroupLabel) {
|
||||
value = [];
|
||||
if (this.optionGroupLabel) {
|
||||
value = [];
|
||||
this.visibleOptions.forEach(optionGroup => {
|
||||
|
@ -568,7 +566,6 @@ export default {
|
|||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
else {
|
||||
value = this.visibleOptions.map(option => this.getOptionValue(option));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue