Commit 6f8608bbc202d31a455754b4cb128bf4be40eeee

Authored by 梁灏
1 parent 0b916a32

update Select

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/components/select/select.vue
... ... @@ -514,7 +514,7 @@
514 514 if (this.remote) {
515 515 this.$nextTick(() => {
516 516 this.query = model;
517   - })
  517 + });
518 518 }
519 519 } else {
520 520 this.query = '';
... ...