mirror of https://gitee.com/y_project/RuoYi.git
刷新options配置
parent
14c1512a94
commit
26dbf4f6a0
|
@ -472,6 +472,11 @@ var table = {
|
||||||
pageSize: pageSize
|
pageSize: pageSize
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
// 刷新options配置
|
||||||
|
refreshOptions: function(options,tableId) {
|
||||||
|
var currentId = $.common.isEmpty(tableId) ? table.options.id : tableId;
|
||||||
|
$("#" + currentId).bootstrapTable('refreshOptions', options);
|
||||||
|
},
|
||||||
// 查询表格指定列值
|
// 查询表格指定列值
|
||||||
selectColumns: function(column) {
|
selectColumns: function(column) {
|
||||||
var rows = $.map($("#" + table.options.id).bootstrapTable('getSelections'), function (row) {
|
var rows = $.map($("#" + table.options.id).bootstrapTable('getSelections'), function (row) {
|
||||||
|
|
Loading…
Reference in New Issue