bootstrap的刷新和查询

查询刷新列表

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

重置刷新列表

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

posted @ 2020-04-30 15:22  逝年的我们  阅读(951)  评论(0)    收藏  举报