Merge pull request #5620 from subying/patch-2

fix:修复清空搜索关键词后,重新搜索相同的关键词没有触发远程搜索
This commit is contained in:
Aresn 2019-05-21 10:19:09 +08:00 committed by GitHub
commit 55fe310a5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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