删除最后一页数据处理分页问题

71 阅读1分钟
if(this.tableData.length === 1 && this.currentPage >1){

  this.currentPage -= 1

}