Browse Source

fix(): 区域管理,已知bug处理

tags/PMS_V1.0.0_Alpha5
wanghx 1 year ago
parent
commit
429c797f96
  1. 2
      src/pages/SystemMgm/AreaManage/loadable.jsx

2
src/pages/SystemMgm/AreaManage/loadable.jsx

@ -123,7 +123,7 @@ function AreaManage() {
setModalAreaVisible(false) setModalAreaVisible(false)
} }
const modalMapSelct = () => { const modalMapSelct = () => {
setModalAreaVisible(false)
// setModalAreaVisible(false)
setModalMapVisible(true) setModalMapVisible(true)
} }
const handleMapClick = ({ lat, lng }) => { const handleMapClick = ({ lat, lng }) => {

Loading…
Cancel
Save