Browse Source

fixed():修复部分bug

tags/PMS_Frontend_v1.0.6-develop
janedididada 1 year ago
parent
commit
56abad208e
  1. 6
      src/pages/InRoadMgm/RoadMgm/ConfigRoad/loadable.jsx

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

Loading…
Cancel
Save