Browse Source

perf: 成员列表操作后出现的页码错误问题

wangcz 7 years ago
parent
commit
df701fd8a1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      pages/cloudcenter/enterprise/index.vue

+ 1 - 0
pages/cloudcenter/enterprise/index.vue

@@ -154,6 +154,7 @@
         this.centerDialogVisible = false
       },
       handleApplyChange: function (page) {
+        this.page = page ? page : 1
         this.$store.dispatch('loadApplyList', {page: page, size: this.count})
       },
       handleMemberChange: function (page) {