Przeglądaj źródła

fix弹出框分页

Michael Wang 6 lat temu
rodzic
commit
4d1e6f5f16

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

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

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

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