Browse Source

fix(): 导出totalRecords修改

tags/PMS_V1.0.0_Alpha6
wanghx 1 year ago
parent
commit
835e588b44
  1. 2
      src/pages/DataAnalysisPrediction/EquipmentAly/EquipmentRunningStat/loadable.jsx

2
src/pages/DataAnalysisPrediction/EquipmentAly/EquipmentRunningStat/loadable.jsx

@ -728,7 +728,7 @@ function ExceptionParkReport() {
<ExportBtnNew
children={<Button className="export-btn" size='medium' type="primary">导出</Button>}
modalType="noImg"
totalRecords={500}
totalRecords={Data?.total || 0}
exportUrl="/api/ana/equipmentRuning/export"
postdata={{
formData: {

Loading…
Cancel
Save