删除最后列表一行数据后, pageNo跳转至前一页 jt12 2018-09-04 168 阅读1分钟 if (this.tableData.length == 1 && +this.pageNumber > 1) { this.pageNumber -= 1; }