Layui table 数据重新加载

原文:
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 页开始
                    }
                });

原文地址:https://www.cnblogs.com/guxingy/p/13851560.html