update AutoComplete
This commit is contained in:
parent
9cc6213ca4
commit
b9541c05ca
2 changed files with 2 additions and 1 deletions
|
@ -140,6 +140,7 @@
|
|||
this.$refs.select.visible = false;
|
||||
},
|
||||
handleClear () {
|
||||
if (!this.clearable) return;
|
||||
this.currentValue = '';
|
||||
this.$refs.select.model = '';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue