Skip to content

Commit

Permalink
exact match page disable
Browse files Browse the repository at this point in the history
  • Loading branch information
qishibo committed Mar 29, 2019
1 parent 4088775 commit 438c401
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/Connections.vue
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,9 @@ export default {
console.log(match, reply);
this.$set(this.keyList, menuIndex, (reply === 1) ? [match] : []);
});

this.$set(this.nextPageDisabled, menuIndex, true);
this.$set(this.preButtonDisable, menuIndex, true);
},
changeMatchMode(menuIndex) {
this.resetDb(menuIndex);
Expand Down

0 comments on commit 438c401

Please sign in to comment.