From de63692fb6d8c342929f90cfa9a08ca2afeb60af Mon Sep 17 00:00:00 2001 From: chenqiang Date: Fri, 22 Dec 2023 18:00:12 +0800 Subject: [PATCH] =?UTF-8?q?fix():=20=E8=A7=A3=E5=86=B3=E8=AE=BE=E5=A4=87?= =?UTF-8?q?=E9=A1=B6=E9=83=A8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../EquipmentAly/EquipmentRunningStat/loadable.jsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/pages/DataAnalysisPrediction/EquipmentAly/EquipmentRunningStat/loadable.jsx b/src/pages/DataAnalysisPrediction/EquipmentAly/EquipmentRunningStat/loadable.jsx index 92b35b4..a2a9712 100644 --- a/src/pages/DataAnalysisPrediction/EquipmentAly/EquipmentRunningStat/loadable.jsx +++ b/src/pages/DataAnalysisPrediction/EquipmentAly/EquipmentRunningStat/loadable.jsx @@ -397,9 +397,7 @@ function ExceptionParkReport() { const getTopData = (data) => { ajax.ElectInvoice.getPstatics({ ...data, - area_id: data?.area_id?.length - ? data?.area_id[data.area_id.length - 1] - : "", + area_id: Show, }).then( (res) => { if (parseInt(res?.status) === 20000) {