bootstrap的刷新和查询

查询刷新列表

$('#bootstrap-table').bootstrapTable('refresh', {"workorderCode":$("#workorderCode").val()});

重置刷新列表

$("#formId")[0].reset();

$('#bootstrap-table').bootstrapTable('refresh', {"workorderCode":$("#workorderCode2").val()});