当前在最后一页且只有一条数据,删除后 页码-1:spa
if (currentPage !==1 && pageNo == total / pageSize && total % pageSize == 1) { currentPage -= 1; }