Update select.vue

This commit is contained in:
Aresn 2019-05-21 10:14:20 +08:00 committed by GitHub
parent 1ca8841c4c
commit 0ffbd0675e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -437,8 +437,8 @@
if (query === null) { if (query === null) {
this.onQueryChange(''); this.onQueryChange('');
this.values = []; this.values = [];
// // #5620,
this.lastRemoteQuery=''; this.lastRemoteQuery = '';
} }
}, },
clearSingleSelect(){ // PUBLIC API clearSingleSelect(){ // PUBLIC API