youmingkuang

Layui 点击查询分页,页码不刷新解决方法

    function queryDataGrid() {
        layui.table.reload(tableName, {
            where: { //设定异步数据接口的额外参数,任意设
                columnName: layui.$("#columnName").val(),
                columnValue: layui.$("#columnValue").val(),
                QueryStr: "",
                state: layui.$("input[type=\'radio\']:checked").val()
            }
         , page: {
             curr: 1 //重新从第 1 页开始
         }
        });

 

分类:

技术点:

相关文章:

  • 2021-10-26
  • 2021-09-25
  • 2021-12-19
  • 2021-07-12
  • 2021-12-19
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-19
  • 2022-02-27
  • 2022-12-23
  • 2021-12-19
  • 2021-09-16
  • 2022-12-23
  • 2021-07-17
相关资源
相似解决方案