表格重置默认返回到第一页
parent
e8d8325ead
commit
e405becf9a
|
@ -694,9 +694,7 @@ var table = {
|
||||||
var tableId = $.common.isEmpty(tableId) ? table.options.id : tableId;
|
var tableId = $.common.isEmpty(tableId) ? table.options.id : tableId;
|
||||||
if (table.options.type == table_type.bootstrapTable) {
|
if (table.options.type == table_type.bootstrapTable) {
|
||||||
var params = $("#" + tableId).bootstrapTable('getOptions');
|
var params = $("#" + tableId).bootstrapTable('getOptions');
|
||||||
if ($.common.isNotEmpty(pageNumber)) {
|
params.pageNumber = 1;
|
||||||
params.pageNumber = pageNumber;
|
|
||||||
}
|
|
||||||
if ($.common.isNotEmpty(pageSize)) {
|
if ($.common.isNotEmpty(pageSize)) {
|
||||||
params.pageSize = pageSize;
|
params.pageSize = pageSize;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue