zhangjie 2 năm trước cách đây
mục cha
commit
93da13d80e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/modules/inspection/InspectionGrading.vue

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

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