fix:修复清空搜索关键词后,重新搜索相同的关键词没有触发远程搜索
This commit is contained in:
parent
7435abb004
commit
1ca8841c4c
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue