소스 검색

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

wangcz 7 년 전
부모
커밋
df701fd8a1
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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) {