mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-07 18:42:49 +08:00
修复表格刷新时默认ID
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user