删除最后列表一行数据后, pageNo跳转至前一页

168 阅读1分钟

if (this.tableData.length == 1 && +this.pageNumber > 1) { this.pageNumber -= 1; }