修复 `table.reloadData()` 未支持 page 属性的问题

pull/1234/head
贤心 2023-04-24 17:05:46 +08:00
parent cccbeb1419
commit 95123a122a
1 changed files with 1 additions and 1 deletions

View File

@ -2788,7 +2788,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', 'page', 'pagebar'
'className', 'css', 'totalRow', 'pagebar'
].join('|') + ')$');
// 过滤与数据无关的参数