Browse Source

党组织修改地图未显示问题

feature
mk 2 years ago
parent
commit
a4092bb373
  1. 2
      src/views/modules/communityParty/partyOrg/update.vue

2
src/views/modules/communityParty/partyOrg/update.vue

@ -168,12 +168,14 @@ export default {
this.dataForm.principalId = partyOrgInfo.principalId;
console.log(this.principals)
console.log(this.dataForm.principalId )
this.$nextTick(()=>{
if (!map) {
this.initMap(this.dataForm.latitude, this.dataForm.longitude);
} else {
map.setCenter(this.dataForm.latitude, this.dataForm.longitude);
map.setMarker(this.dataForm.latitude, this.dataForm.longitude);
}
})
},
//

Loading…
Cancel
Save