Переглянути джерело

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) {