diff --git a/src/pages/OutRoadMgm/OutSegmentMgm/ChargeRulesMgm/AddModal.jsx b/src/pages/OutRoadMgm/OutSegmentMgm/ChargeRulesMgm/AddModal.jsx index cba6c57..7419ea0 100644 --- a/src/pages/OutRoadMgm/OutSegmentMgm/ChargeRulesMgm/AddModal.jsx +++ b/src/pages/OutRoadMgm/OutSegmentMgm/ChargeRulesMgm/AddModal.jsx @@ -138,7 +138,7 @@ function AddModal(props) { // message.error('时段范围不能重叠!') // return // } - return + //return if (status === "add") { ajax.addChargeRule(params).then((res) => { if (res.status === 20000) {