bug fixed #5748
This commit is contained in:
parent
6b0409622b
commit
3c88bbe182
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@
|
||||||
this.$on('on-select-selected', this.onOptionClick);
|
this.$on('on-select-selected', this.onOptionClick);
|
||||||
|
|
||||||
// set the initial values if there are any
|
// set the initial values if there are any
|
||||||
if (!this.remote && this.selectOptions.length > 0){
|
if ( this.selectOptions.length > 0){
|
||||||
this.values = this.getInitialValue().map(value => {
|
this.values = this.getInitialValue().map(value => {
|
||||||
if (typeof value !== 'number' && !value) return null;
|
if (typeof value !== 'number' && !value) return null;
|
||||||
return this.getOptionData(value);
|
return this.getOptionData(value);
|
||||||
|
|
Loading…
Add table
Reference in a new issue