From cfbfb0c137df313e94782f2f4b468485642f6c8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=A4=E5=BF=83?= <3277200+sentsim@users.noreply.github.com> Date: Tue, 8 Aug 2023 17:45:41 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=20table=20=E7=9A=84=20`total?= =?UTF-8?q?Row`=20=E5=B1=9E=E6=80=A7=E5=9C=A8=20`table.reloadData()`=20?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E9=87=8D=E8=BD=BD=E6=97=B6=E7=9A=84=E6=94=AF?= =?UTF-8?q?=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/table.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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('|') + ')$'); // 过滤与数据无关的参数