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

Layui table 数据重新加载

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-04
  • 2022-12-23
  • 2021-04-24
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-08-20
  • 2021-10-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-14
相关资源
相似解决方案