diff --git a/src/pages/OutRoadMgm/OutSegmentMgm/ChargeRulesMgm/Detail.jsx b/src/pages/OutRoadMgm/OutSegmentMgm/ChargeRulesMgm/Detail.jsx
index 932f20b..e2eaa8d 100644
--- a/src/pages/OutRoadMgm/OutSegmentMgm/ChargeRulesMgm/Detail.jsx
+++ b/src/pages/OutRoadMgm/OutSegmentMgm/ChargeRulesMgm/Detail.jsx
@@ -18,6 +18,7 @@ function Detail(props) {
const { record, visible = false, close = () => {} } = props;
const [form] = Form.useForm();
const [effectiveDateList, setEffectiveDateList] = useState(record.property);
+ console.log(effectiveDateList)
useEffect(() => {
setEffectiveDateList(record.property);
console.log(record.property);
@@ -84,11 +85,10 @@ function Detail(props) {
- {effectiveDateList &&
- effectiveDateList?.map((item, index) => {
- console.log(item);
- return ;
- })}
+ {/* {effectiveDateList &&
+ effectiveDateList.time_part_arr?.map((item, index) => {
+ console.log(item); */}
+
);