refactor: 增加 Issue 连接地址
This commit is contained in:
parent
01c6a52089
commit
b02d5ad53c
|
@ -507,6 +507,7 @@
|
|||
$(settings.queryButton).on('click', this, function (e) {
|
||||
// fix bug: 翻页后再更改查询条件导致页码未更改数据为空
|
||||
// 更改页码为 1 即可
|
||||
// https://gitee.com/LongbowEnterprise/BootstrapAdmin/issues/I1A739
|
||||
var options = e.data.data('bootstrap.table').options;
|
||||
options.pageNumber = 1;
|
||||
e.data.bootstrapTable('refresh');
|
||||
|
|
|
@ -130,6 +130,7 @@
|
|||
}
|
||||
// fix bug: 翻页后再更改查询条件导致页码未更改数据为空
|
||||
// 更改页码为 1 即可
|
||||
// https://gitee.com/LongbowEnterprise/BootstrapAdmin/issues/I1A739
|
||||
var options = this.options.bootstrapTable.data('bootstrap.table').options;
|
||||
options.pageNumber = 1;
|
||||
this.options.bootstrapTable.bootstrapTable('refresh');
|
||||
|
|
Loading…
Reference in New Issue