支持多表格实例操作

This commit is contained in:
RuoYi
2019-10-21 11:37:50 +08:00
parent a3e946b57e
commit 3e18ca6613
8 changed files with 250 additions and 129 deletions

File diff suppressed because one or more lines are too long

View File

@ -233,7 +233,7 @@
});
});
$.btTable.on("check.bs.table uncheck.bs.table", function (e, rows, $element) {
$("#" + table.options.id).on("check.bs.table uncheck.bs.table", function (e, rows, $element) {
var index= $element.data('index');
$(this).find('.bs-checkbox').find('input[data-index="' + index + '"]').prop("checked", true);
var selectFixedItem = $('.left-fixed-body-columns input[name=btSelectItem]');