mirror of https://gitee.com/y_project/RuoYi.git
去除多余注释
parent
8a2bba86eb
commit
f1ba270a47
|
@ -112,7 +112,6 @@
|
||||||
// 表格销毁
|
// 表格销毁
|
||||||
destroy: function (tableId) {
|
destroy: function (tableId) {
|
||||||
var currentId = $.common.isEmpty(tableId) ? $.table._option.id : tableId;
|
var currentId = $.common.isEmpty(tableId) ? $.table._option.id : tableId;
|
||||||
alert(currentId);
|
|
||||||
$("#" + currentId).bootstrapTable('destroy');
|
$("#" + currentId).bootstrapTable('destroy');
|
||||||
},
|
},
|
||||||
// 序列号生成
|
// 序列号生成
|
||||||
|
|
Loading…
Reference in New Issue