因为java后端的分页,页码序号是从0开始的,所以如果要前端正常分页,必须page-1,才对。不能直接用page,用page会造成最后一页无数据。因为0页被丢失了。
list(page) {
let _this = this;
//显示等待圈圈
Loading.show();
_this.KaTeX parse error: Expected '}', got 'EOF' at end of input: … size: _this.refs.pagination.size,
}).