bootstrap的刷新和查询

查询刷新列表

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

重置刷新列表

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

猜你喜欢

转载自www.cnblogs.com/wwwcf1982603555/p/12809078.html