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

posted @ 2020-10-21 11:55  古兴越  阅读(10768)  评论(0编辑  收藏  举报