<div style={{marginLeft: '80px'}}>
                    <pre>
                        {this.state.showType == '1' && JSON.stringify(getLoginByIdCardList.response, undefined, 2)}
                        {this.state.showType == '2' && JSON.stringify(getBespeakOrderList.response, undefined, 2)}
                        {this.state.showType == '3' && JSON.stringify(getReservationList.response, undefined, 2)}
                        {this.state.showType == '4' && JSON.stringify(getUserReportList.response, undefined, 2)}
                        {this.state.showType == '5' && JSON.stringify(getabnormalList.response, undefined, 2)}
                        {this.state.showType == '6' && JSON.stringify(getRemoteReportList.response, undefined, 2)}
                    </pre>
                </div>

相关文章:

  • 2021-06-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-09-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案