From 0c3c383f48075b27a5045d2dd51adc118bc9eba8 Mon Sep 17 00:00:00 2001 From: xingjx Date: Wed, 10 Jan 2024 19:00:58 +0800 Subject: [PATCH] =?UTF-8?q?fix():bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/OutRoadMgm/OutSegmentMgm/ChargeRulesMgm/AddModal.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {