From 9bffb590196fb1517b47b4209d74ecd6eb80700c Mon Sep 17 00:00:00 2001 From: augushong Date: Thu, 10 Nov 2022 16:41:28 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=A1=A8=E6=A0=BC=E9=87=8D?= =?UTF-8?q?=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/plugs/easy-admin/easy-admin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/static/plugs/easy-admin/easy-admin.js b/public/static/plugs/easy-admin/easy-admin.js index cac1f26..ad666f1 100644 --- a/public/static/plugs/easy-admin/easy-admin.js +++ b/public/static/plugs/easy-admin/easy-admin.js @@ -1716,7 +1716,7 @@ define(["jquery", "tableSelect", "ckeditor", 'miniTheme', 'tableData', 'citypick admin.msg.success(res.msg, function () { if (endMethod == 'reload-table') { tableId = tableId || init.table_render_id; - table.reload(tableId); + table.reloadData(tableId); } else if (endMethod == 'refresh-page') { location.reload(); }