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;