xiatian 3 年之前
父节点
当前提交
3e42b14240
共有 1 个文件被更改,包括 1 次插入0 次删除
  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;
       return this.$httpWithMsg.get(url).then((response) => {
         this.tableData = response.data.content;
+        this.currentPage = response.data.number + 1;
         this.total = response.data.totalElements;
         this.loading = false;
         this.paginationShow = true;