diff --git a/src/modules/table.js b/src/modules/table.js index 055642fe..30b7b83b 100644 --- a/src/modules/table.js +++ b/src/modules/table.js @@ -2882,7 +2882,7 @@ layui.define(['lay', 'laytpl', 'laypage', 'form', 'util'], function(exports){ var dataParams = new RegExp('^('+ [ 'elem', 'id', 'cols', 'width', 'height', 'maxHeight', 'toolbar', 'defaultToolbar', - 'className', 'css', 'totalRow', 'pagebar' + 'className', 'css', 'pagebar' ].join('|') + ')$'); // 过滤与数据无关的参数