table.render({
id: "tableId" ,
...... ,
done: function() {
this.where = {} //本次加载完成直接置空where搜素条件!!!!!!!
}
});
//重载的时候重新携带参数
table.reload('tableId',{
where: data,//表格重载时设置新的搜索参数
});
table.render({
id: "tableId" ,
...... ,
done: function() {
this.where = {} //本次加载完成直接置空where搜素条件!!!!!!!
}
});
//重载的时候重新携带参数
table.reload('tableId',{
where: data,//表格重载时设置新的搜索参数
});

被折叠的 条评论
为什么被折叠?