From ec19cad6c15f74288597ddfb6ad5e05e589f5311 Mon Sep 17 00:00:00 2001 From: chenqiang Date: Wed, 3 Jan 2024 14:08:14 +0800 Subject: [PATCH] =?UTF-8?q?fix():=20=E8=A7=A3=E5=86=B3=E6=80=BB=E6=94=B6?= =?UTF-8?q?=E5=85=A5=E6=8A=A5=E8=A1=A8=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/DataAnalysisPrediction/ParkingOverview/loadable.jsx | 7 +------ .../FinancialMgm/FinancialReport/PaySummaryReport/loadable.jsx | 5 ++--- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/src/pages/DataAnalysisPrediction/ParkingOverview/loadable.jsx b/src/pages/DataAnalysisPrediction/ParkingOverview/loadable.jsx index f626465..4d884cf 100644 --- a/src/pages/DataAnalysisPrediction/ParkingOverview/loadable.jsx +++ b/src/pages/DataAnalysisPrediction/ParkingOverview/loadable.jsx @@ -2160,7 +2160,6 @@ const ParkingOverview = connect(function mapStateToProps(state) { {CarRoad[CarShow]?.type == 1 ? (
- {Cartop[1]?.name && (
{/* */} TOP2 @@ -2172,8 +2171,6 @@ const ParkingOverview = connect(function mapStateToProps(state) { {Cartop[1]?.name || "暂无相关车场信息"}
- )} - {Cartop[0]?.name && (
{/* 暂无相关车场信息 */} TOP1 @@ -2185,8 +2182,6 @@ const ParkingOverview = connect(function mapStateToProps(state) { {Cartop[0]?.name || "暂无相关车场信息"}
- )} - {Cartop[2]?.name && (
{/* 暂无相关车场信息 */} TOP3 @@ -2198,7 +2193,7 @@ const ParkingOverview = connect(function mapStateToProps(state) { {Cartop[2]?.name || "暂无相关车场信息"}
- )} + ) : ( + const getData = (data) => { setData({ data: [], total: 0, }); - { setLoading(false); ajax.ElectInvoice.getPaySummaryReport({ ...data, @@ -432,7 +431,7 @@ function PaySummaryReport() { setLoading(true); } ); - } + }; useEffect(() => { sessionStorage.setItem( "FormData_PaySummaryReport",