使用layui问题-table reload 会携带原来的where参数

【问题】:表格重载时没有清除原来的where参数

【解决办法】:设置where值为null

table.reload("table_id", {
    where: null
}

 

参考:

https://gitee.com/sentsin/layui/issues/IRS79

posted @ 2020-03-25 10:55  柔南青空  阅读(2778)  评论(0编辑  收藏  举报