共计 487 个字符,预计需要花费 2 分钟才能阅读完成。
top.layui.form.on('submit(auditEgressionTodoList-refresh)', function(data){top.layui.$(':input').not(':button, :submit, :reset').val('').removeAttr('selected').removeAttr('checked')
search_field = {};
top.layui.form.render();
table.reload('auditEgressionTodoList', {
where: $.extend({
userName:null,
companyName:null,
beginTimeStart:null,
beginTimeEnd:null,
endTimeStart:null,
endTimeEnd:null,
withType:null,
status:null,
createTimeStart:null,
createTimeEnd:null,
},where)
});
});
$.extend 的第一个参数:为搜寻字段,须要全副置为 null
正文完