Commit f77b1964dc7ffe36b2ce5258ea1050bec97af6ed

Authored by 梁灏
1 parent 273eb5e8

update Select

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/components/select/select.vue
@@ -664,7 +664,7 @@ @@ -664,7 +664,7 @@
664 this.broadcastQuery(''); 664 this.broadcastQuery('');
665 }); 665 });
666 666
667 - this.updateOptions(true); 667 + this.updateOptions();
668 document.addEventListener('keydown', this.handleKeydown); 668 document.addEventListener('keydown', this.handleKeydown);
669 669
670 this.$on('append', this.debouncedAppendRemove()); 670 this.$on('append', this.debouncedAppendRemove());