Browse Source

fix弹出框分页

Michael Wang 6 years ago
parent
commit
4d1e6f5f16
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/modules/basic/view/course.vue
  2. 1 1
      src/modules/basic/view/specially.vue

+ 1 - 1
src/modules/basic/view/course.vue

@@ -750,7 +750,7 @@ export default {
       var url =
         CORE_API +
         "/specialty/specialtyPage/" +
-        (this.currentPage - 1) +
+        (this.currentSpecialtyPage - 1) +
         "/" +
         this.pageSize +
         "?" +

+ 1 - 1
src/modules/basic/view/specially.vue

@@ -585,7 +585,7 @@ export default {
       var url =
         CORE_API +
         "/course/coursePage/" +
-        (this.currentPage - 1) +
+        (this.currentCoursePage - 1) +
         "/" +
         this.pageSize +
         "?" +