Browse Source

Merge remote-tracking branch 'origin/branch_qywx_v2' into branch_qywx_v2

zhouy 3 weeks ago
parent
commit
897060fbec

+ 3 - 3
uas-office-web/uas-mobile/src/pages/private/workOut/WorkOutAdd.jsx

@@ -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>
     )