From 438c40168f2cd8d78556cd0a8a349d10f25d7a04 Mon Sep 17 00:00:00 2001 From: qishibo Date: Fri, 29 Mar 2019 18:02:12 +0800 Subject: [PATCH] exact match page disable --- src/components/Connections.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/Connections.vue b/src/components/Connections.vue index ce8c0437e..4ebb07403 100644 --- a/src/components/Connections.vue +++ b/src/components/Connections.vue @@ -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);