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

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

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

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

参考:

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

原文地址:https://www.cnblogs.com/rn-05181226-rw/p/12564592.html