配置统计Excel调整为后台导出
This commit is contained in:
@@ -71,7 +71,7 @@ function toPage(pageNo, pageSize, funcParam) {
|
||||
$('tbody').children().css('display', 'none');
|
||||
//显示元素
|
||||
$('tbody').children().slice((pageNo-1)*pageSize, pageNo*pageSize).css('display', '');
|
||||
totaltb(pageNo,pageSize);
|
||||
showTotal();
|
||||
}
|
||||
|
||||
//底部跳页按钮
|
||||
|
||||
Reference in New Issue
Block a user