查询刷新列表
$(‘#bootstrap-table‘).bootstrapTable(‘refresh‘, {"workorderCode":$("#workorderCode").val()});
重置刷新列表
$("#formId")[0].reset();
$(‘#bootstrap-table‘).bootstrapTable(‘refresh‘, {"workorderCode":$("#workorderCode2").val()});
原文:https://www.cnblogs.com/wwwcf1982603555/p/12809078.html