浏览代码

fix弹出框分页

Michael Wang 6 年之前
父节点
当前提交
4d1e6f5f16
共有 2 个文件被更改,包括 2 次插入2 次删除
  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 +
         "?" +