From 56abad208e1a616d12fed0c43861c5c8da5dd57e Mon Sep 17 00:00:00 2001 From: janedididada <105195341+janedididada@users.noreply.github.com> Date: Fri, 15 Dec 2023 15:49:59 +0800 Subject: [PATCH] =?UTF-8?q?fixed():=E4=BF=AE=E5=A4=8D=E9=83=A8=E5=88=86bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/InRoadMgm/RoadMgm/ConfigRoad/loadable.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/InRoadMgm/RoadMgm/ConfigRoad/loadable.jsx b/src/pages/InRoadMgm/RoadMgm/ConfigRoad/loadable.jsx index 4992ab2..6ed184b 100644 --- a/src/pages/InRoadMgm/RoadMgm/ConfigRoad/loadable.jsx +++ b/src/pages/InRoadMgm/RoadMgm/ConfigRoad/loadable.jsx @@ -66,8 +66,8 @@ function ConfigRoad() { const [getIdValue, setGetIdValue] = useState({}) //计费规则添加弹窗的泊位选择框 const [showBerthSelect, setShowBerthSelect] = useState(false); - //编辑杆位 - const [editTitle, setEditTitle] = useState(false) + //编辑杆位 + const [editTitle,setEditTitle]=useState(false) const berthManage = { form: [ { @@ -2203,7 +2203,7 @@ function ConfigRoad() { onCancel={() => { setEditPoleModal({ ...editPoleModal, visible: false }); }} - title={editTitle ? "编辑杆位" : "添加杆位"} + title="编辑杆位" onOk={submitPole} >