xiatian 3 years ago
parent
commit
3e42b14240
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/modules/questions/views/data_previllege_add_course.vue

+ 1 - 0
src/modules/questions/views/data_previllege_add_course.vue

@@ -125,6 +125,7 @@ export default {
       this.loading = true;
       this.loading = true;
       return this.$httpWithMsg.get(url).then((response) => {
       return this.$httpWithMsg.get(url).then((response) => {
         this.tableData = response.data.content;
         this.tableData = response.data.content;
+        this.currentPage = response.data.number + 1;
         this.total = response.data.totalElements;
         this.total = response.data.totalElements;
         this.loading = false;
         this.loading = false;
         this.paginationShow = true;
         this.paginationShow = true;