Sfoglia il codice sorgente

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

wangcz 7 anni fa
parent
commit
df701fd8a1
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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) {