原文:
https://www.layui.com/doc/modules/table.html
tb.reload({ url: '/QualityMP/Home/GetSampledata?projectId=' + parentId}); //重载表格
table.reload('LAY-seal-manage', {
where: { projectId: curProjectId, status: curStatus }
, page: {
curr: 1 //重新从第 1 页开始
}
});