Merge pull request #5620 from subying/patch-2
fix:修复清空搜索关键词后,重新搜索相同的关键词没有触发远程搜索
This commit is contained in:
commit
55fe310a5e
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 = [];
|
||||||
|
// #5620,修复清空搜索关键词后,重新搜索相同的关键词没有触发远程搜索
|
||||||
|
this.lastRemoteQuery = '';
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
clearSingleSelect(){ // PUBLIC API
|
clearSingleSelect(){ // PUBLIC API
|
||||||
|
|
Loading…
Add table
Reference in a new issue