function searchAgencyProject(){
        $("#statisticalProjectListTable").bootstrapTable('refresh'); //刷新,但页码依然为当前的页码,比如page=5依然为5 
        $("#statisticalProjectListTable").bootstrapTable('selectPage',1); //重新查询,跳转到第一页,比如page=5会变成page=1   
    }
--------------------- 
作者:zhaozzl 
来源:CSDN 
原文:https://blog.csdn.net/qq_20516699/article/details/82664196?utm_source=copy 
版权声明:本文为博主原创文章,转载请附上博文链接!

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-05-24
  • 2021-06-27
  • 2021-12-05
  • 2022-02-27
  • 2021-12-21
猜你喜欢
  • 2022-01-01
  • 2021-12-14
  • 2021-09-03
  • 2022-12-23
  • 2021-12-05
  • 2021-07-14
  • 2021-11-11
相关资源
相似解决方案