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;