|
|
@@ -15,7 +15,7 @@ import { isObjEmpty } from '../../../utils/common/common.util'
|
|
|
import { fetchPostObj } from '../../../utils/common/fetchRequest'
|
|
|
import { API } from '../../../configs/api.config'
|
|
|
import { message } from 'antd'
|
|
|
-import MapSearch from '../../../components/common/map/MapSearch'
|
|
|
+/*import MapSearch from '../../../components/common/map/MapSearch'*/
|
|
|
|
|
|
/**
|
|
|
* Created by RaoMeng on 2021/4/12
|
|
|
@@ -211,10 +211,10 @@ class WorkOutAdd extends Component {
|
|
|
title={'拜访单位'}
|
|
|
popup
|
|
|
>
|
|
|
- <div className='map-modal-root'>
|
|
|
+ {/*<div className='map-modal-root'>
|
|
|
<MapSearch
|
|
|
onLocationSelect={this.onMapSelect}/>
|
|
|
- </div>
|
|
|
+ </div>*/}
|
|
|
</Modal>
|
|
|
</div>
|
|
|
)
|