element本地分页切换页码
时间:2020-09-16 18:17:26
收藏:0
阅读:115
:data="tableData.slice((currentPage-1)*pageSize,currentPage*pageSize)"
handleSizeChange (val) {
this.currentPage = 1
this.pageSize = val
},
原文:https://www.cnblogs.com/PittZhang/p/13679906.html
评论(0)