Commit 0ffbd0675ebeadbad09b5be806c655b75e4de948

Authored by Aresn
Committed by GitHub
1 parent 1ca8841c

Update select.vue

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/components/select/select.vue
... ... @@ -437,8 +437,8 @@
437 437 if (query === null) {
438 438 this.onQueryChange('');
439 439 this.values = [];
440   - //修复清空搜索关键词后,重新搜索相同的关键词没有触发远程搜索
441   - this.lastRemoteQuery='';
  440 + // #5620,修复清空搜索关键词后,重新搜索相同的关键词没有触发远程搜索
  441 + this.lastRemoteQuery = '';
442 442 }
443 443 },
444 444 clearSingleSelect(){ // PUBLIC API
... ...