Browse Source

党组织地图选中地址回填问题

V1.0
mk 2 years ago
parent
commit
36415533d4
  1. 3
      src/views/modules/communityParty/partyOrg/create.vue

3
src/views/modules/communityParty/partyOrg/create.vue

@ -463,7 +463,8 @@ export default {
map.setMarker(lat, lng); map.setMarker(lat, lng);
this.dataForm.latitude = lat; this.dataForm.latitude = lat;
this.dataForm.longitude = lng; this.dataForm.longitude = lng;
this.dataForm.address = selPosition.address + selPosition.name console.log(selPosition);
this.dataForm.address = selPosition.label
}, },
/** /**

Loading…
Cancel
Save