From 266f7c3394e0d26466310dec5ce123b952941742 Mon Sep 17 00:00:00 2001 From: LiuJiaNan <15703339975@163.com> Date: Fri, 17 Jul 2026 18:19:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E9=A6=96=E9=A1=B5=20?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E6=8C=89=E5=9D=97=E6=8B=86=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Content/IndexInfo/Bottom/RecordStatsPanel/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pages/Container/Map/components/Content/IndexInfo/Bottom/RecordStatsPanel/index.js b/src/pages/Container/Map/components/Content/IndexInfo/Bottom/RecordStatsPanel/index.js index ed6dce0..f565472 100644 --- a/src/pages/Container/Map/components/Content/IndexInfo/Bottom/RecordStatsPanel/index.js +++ b/src/pages/Container/Map/components/Content/IndexInfo/Bottom/RecordStatsPanel/index.js @@ -12,8 +12,7 @@ function RecordStatsPanel(props) { const [list, setList] = useState([]); useEffect(() => { const loadList = async () => { - const { data } = - await props.getXgfStatisticsListRecordProjectStatistics(); + const { data } = await props.getXgfStatisticsListRecordProjectStatistics(); setList(data); };