fix #5087
This commit is contained in:
parent
9051ca49d6
commit
abb82debb8
1 changed files with 1 additions and 1 deletions
|
@ -761,7 +761,7 @@
|
|||
},
|
||||
slotOptions(options, old){
|
||||
// #4626,当 Options 的 label 更新时,v-model 的值未更新
|
||||
if (this.flatOptions && this.flatOptions.length && this.values.length && !this.multiple) {
|
||||
if (this.flatOptions && this.flatOptions.length && this.values.length && !this.multiple && !this.remote) {
|
||||
this.values = this.values.map(value => {
|
||||
const option = this.flatOptions.find(option => {
|
||||
if (!option.componentOptions) return false;
|
||||
|
|
Loading…
Add table
Reference in a new issue