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} >