解决办法就是:一开始的url属性设置为空,例如:

<table 
            url=""
            toolbar="#toolbar" pagination="true"
            rownumbers="true" fitColumns="true" singleSelect="true">
...
</table>

然后在查询的时候对应如下代码:

    $('#dg').datagrid({url: '/tz_lawsuits_get'});

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-03
  • 2021-10-09
  • 2021-09-21
  • 2021-08-03
猜你喜欢
  • 2022-12-23
  • 2021-08-30
  • 2021-12-09
  • 2021-12-24
  • 2022-01-21
  • 2021-12-17
  • 2022-12-23
相关资源
相似解决方案