【问题】:表格重载时没有清除原来的where参数
【解决办法】:设置where值为null
table.reload("table_id", {
where: null
}
参考:
https://gitee.com/sentsin/layui/issues/IRS79
【问题】:表格重载时没有清除原来的where参数
【解决办法】:设置where值为null
table.reload("table_id", {
where: null
}
参考:
https://gitee.com/sentsin/layui/issues/IRS79
相关文章: