From 04d695dd78c3a5ce27b7170451d97ffd20e44565 Mon Sep 17 00:00:00 2001 From: xingjx Date: Mon, 23 Oct 2023 09:54:28 +0800 Subject: [PATCH] =?UTF-8?q?fix():=E4=BF=AE=E6=94=B9=E8=AE=A1=E8=B4=B9?= =?UTF-8?q?=E8=A7=84=E5=88=99=E7=AE=A1=E7=90=86=E8=AF=A6=E6=83=85=E6=9F=A5?= =?UTF-8?q?=E7=9C=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/OutRoadMgm/OutSegmentMgm/ChargeRulesMgm/AddModal.jsx | 2 +- src/pages/OutRoadMgm/OutSegmentMgm/ChargeRulesMgm/Detail.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/OutRoadMgm/OutSegmentMgm/ChargeRulesMgm/AddModal.jsx b/src/pages/OutRoadMgm/OutSegmentMgm/ChargeRulesMgm/AddModal.jsx index 54896fa..c0d7dd3 100644 --- a/src/pages/OutRoadMgm/OutSegmentMgm/ChargeRulesMgm/AddModal.jsx +++ b/src/pages/OutRoadMgm/OutSegmentMgm/ChargeRulesMgm/AddModal.jsx @@ -264,7 +264,7 @@ function AddModal(props) { - {effectiveDateList.map((item, index) => { + {effectiveDateList?.map((item, index) => { return ( {effectiveDateList && - effectiveDateList.map((item, index) => { + effectiveDateList?.map((item, index) => { console.log(item); return ; })}