Commit f1ba270a by RuoYi

去除多余注释

parent 8a2bba86
......@@ -112,7 +112,6 @@
// 表格销毁
destroy: function (tableId) {
var currentId = $.common.isEmpty(tableId) ? $.table._option.id : tableId;
alert(currentId);
$("#" + currentId).bootstrapTable('destroy');
},
// 序列号生成
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment