zhangjie 2 gadi atpakaļ
vecāks
revīzija
93da13d80e
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/modules/inspection/InspectionGrading.vue

+ 1 - 1
src/modules/inspection/InspectionGrading.vue

@@ -231,7 +231,7 @@ export default {
     async getList() {
     async getList() {
       const datas = {
       const datas = {
         ...this.filter,
         ...this.filter,
-        current: this.current,
+        page: this.current - 1,
         size: this.size
         size: this.size
       };
       };
       const data = await changeLevelPaperList(datas);
       const data = await changeLevelPaperList(datas);