Update select.vue
This commit is contained in:
parent
1ca8841c4c
commit
0ffbd0675e
1 changed files with 2 additions and 2 deletions
|
@ -437,8 +437,8 @@
|
|||
if (query === null) {
|
||||
this.onQueryChange('');
|
||||
this.values = [];
|
||||
//修复清空搜索关键词后,重新搜索相同的关键词没有触发远程搜索
|
||||
this.lastRemoteQuery='';
|
||||
// #5620,修复清空搜索关键词后,重新搜索相同的关键词没有触发远程搜索
|
||||
this.lastRemoteQuery = '';
|
||||
}
|
||||
},
|
||||
clearSingleSelect(){ // PUBLIC API
|
||||
|
|
Loading…
Add table
Reference in a new issue