mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-08 02:52:49 +08:00
修复表格刷新时默认ID
This commit is contained in:
@@ -1285,7 +1285,7 @@ define(["jquery", "tableSelect", "ckeditor"], function ($, tableSelect, undefine
|
|||||||
return false;
|
return false;
|
||||||
},
|
},
|
||||||
refreshTable: function (tableName) {
|
refreshTable: function (tableName) {
|
||||||
tableName = tableName || 'currentTable';
|
tableName = tableName || 'currentTableRenderId';
|
||||||
table.reload(tableName);
|
table.reload(tableName);
|
||||||
},
|
},
|
||||||
formRequired: function () {
|
formRequired: function () {
|
||||||
|
|||||||
Reference in New Issue
Block a user