@@ -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);