Merge pull request #4986 from zhouqing86/2.0-fix#4985
Fix AutoComplete issue #4985
This commit is contained in:
commit
dcb4839732
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@
|
||||||
this.currentValue = val;
|
this.currentValue = val;
|
||||||
},
|
},
|
||||||
currentValue (val) {
|
currentValue (val) {
|
||||||
this.$refs.select.query = val;
|
this.$refs.select.setQuery(val);
|
||||||
this.$emit('input', val);
|
this.$emit('input', val);
|
||||||
if (this.disableEmitChange) {
|
if (this.disableEmitChange) {
|
||||||
this.disableEmitChange = false;
|
this.disableEmitChange = false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue