mirror of https://github.com/ElemeFE/element
parent
17ce1a3283
commit
12e4b02e31
|
@ -92,11 +92,6 @@
|
|||
},
|
||||
value() {
|
||||
this.dispatch('ElSelect', 'setSelected');
|
||||
},
|
||||
visible() {
|
||||
this.$nextTick(() => {
|
||||
this.dispatch('ElSelectDropdown', 'updatePopper');
|
||||
});
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
@ -229,7 +229,9 @@
|
|||
},
|
||||
|
||||
query(val) {
|
||||
this.broadcast('ElSelectDropdown', 'updatePopper');
|
||||
this.$nextTick(() => {
|
||||
this.broadcast('ElSelectDropdown', 'updatePopper');
|
||||
});
|
||||
this.hoverIndex = -1;
|
||||
if (this.multiple && this.filterable) {
|
||||
this.resetInputHeight();
|
||||
|
|
Loading…
Reference in New Issue