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