bootstrapTable刷新当前页码不变和从第一页开始查询时间:2025-03-19 07:10:34function searchAgencyProject(){ $("#statisticalProjectListTable").bootstrapTable('refresh'); //刷新,但页码依然为当前的页码,比如page=5依然为5 $("#statisticalProjectListTable").bootstrapTable('selectPage',1); //重新查询,跳转到第一页,比如page=5会变成page=1 }