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