去除多余注释

pull/76/head
RuoYi 2019-03-05 22:57:53 +08:00
parent 8a2bba86eb
commit f1ba270a47
1 changed files with 0 additions and 1 deletions

View File

@ -112,7 +112,6 @@
// 表格销毁
destroy: function (tableId) {
var currentId = $.common.isEmpty(tableId) ? $.table._option.id : tableId;
alert(currentId);
$("#" + currentId).bootstrapTable('destroy');
},
// 序列号生成