bom.bootstrapTable('load',msg['object']);//这一步 务必要添加。
    if(msg['code']==1){
        bom.find('tbody').css('display','table-row-group')
        bom.bootstrapTable({
          data: msg['object'],
          columns: columns,
          resizable: true,
          cache:false,
          pagination: true,
          sidePagination: 'client',
          pageNumber: 1,
          pageSize: 10,
          pageList: [10,20,50,'All'],
          showColumns: true,
        });
    }else{
      bom.find('tbody').css('display','none')
      console.log('暂未获取到用户数据')
    }

  

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-03
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-03
  • 2021-05-27
  • 2021-12-03
  • 2022-12-23
  • 2021-12-19
  • 2022-12-23
相关资源
相似解决方案