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