fix:修复清空搜索关键词后,重新搜索相同的关键词没有触发远程搜索

This commit is contained in:
yJs 2019-04-12 18:35:57 +08:00 committed by GitHub
parent 7435abb004
commit 1ca8841c4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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