Commit ce1f879e by 李姝悦

修改页码

parent 2864f033
......@@ -1032,7 +1032,7 @@ export default {
* @return {*}
*/
Tpage () {
return Math.floor(this.reqParam.page.total / this.reqParam.page.pageSize);
return Math.round(this.reqParam.page.total / this.reqParam.page.pageSize);
}
},
mounted () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment