zhangjie 8 months ago
parent
commit
27d345d56e

+ 1 - 1
src/modules/inspection/paperCheck/TaskDetail.vue

@@ -245,7 +245,7 @@ export default {
           this.$Message.warning("当前已经是最后一条数据了");
           return;
         } else {
-          this.setPage({ current: this.page.current + 1 });
+          this.setPage({ current: this.current + 1 });
           this.curPaperIndex = 0;
           await this.getList();
         }

+ 1 - 1
src/modules/inspection/paperCheck/index.vue

@@ -21,7 +21,7 @@
             class="btn-form-search"
             size="small"
             type="primary"
-            @click="toPage(1)"
+            @click="getList"
             >查询</Button
           >
         </FormItem>