合计全部页
This commit is contained in:
parent
2ae835ecfe
commit
cae4bc1af0
24489
dist/layui.js
vendored
Normal file
24489
dist/layui.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
@ -1046,7 +1046,8 @@ layui.define(['laytpl', 'laypage', 'layer', 'form', 'util'], function(exports){
|
|||||||
|
|
||||||
//正常初始化数据渲染
|
//正常初始化数据渲染
|
||||||
render(); //渲染数据
|
render(); //渲染数据
|
||||||
that.renderTotal(data, totalRowData); //数据合计
|
// 传data 合计当前页 传 全部data 合计全部页
|
||||||
|
that.renderTotal(that.config.data, totalRowData); //数据合计
|
||||||
that.layTotal && that.layTotal.removeClass(HIDE);
|
that.layTotal && that.layTotal.removeClass(HIDE);
|
||||||
|
|
||||||
//同步分页状态
|
//同步分页状态
|
||||||
|
Loading…
Reference in New Issue
Block a user