修复表格刷新时默认ID

This commit is contained in:
2022-04-16 15:11:16 +08:00
parent 8e9b1a11ac
commit ffef1ab1df

View File

@@ -1285,7 +1285,7 @@ define(["jquery", "tableSelect", "ckeditor"], function ($, tableSelect, undefine
return false;
},
refreshTable: function (tableName) {
tableName = tableName || 'currentTable';
tableName = tableName || 'currentTableRenderId';
table.reload(tableName);
},
formRequired: function () {