原文:
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 頁開始
}
});