Browse Source

优化

shibei_master
zhaoyongnian 3 years ago
parent
commit
4613f734a3
  1. 4
      src/views/modules/visual/communityParty/gridParty.vue

4
src/views/modules/visual/communityParty/gridParty.vue

@ -492,13 +492,13 @@ export default {
if (this.orgData.level) { // mapOrg if (this.orgData.level) { // mapOrg
this.agencyInfo.agencyLevel = this.orgData.agencyLevel this.agencyInfo.agencyLevel = this.orgData.agencyLevel
} }
if (!this.orgData.latitude) { if (!this.agencyInfo.latitude) {
this.agencyInfo.latitude = 36.072227 this.agencyInfo.latitude = 36.072227
} }
if (!this.agencyInfo.longitude) { if (!this.agencyInfo.longitude) {
this.agencyInfo.longitude = 120.389455 this.agencyInfo.longitude = 120.389455
} }
if (!this.orgData.level) { if (!this.agencyInfo.level) {
this.agencyInfo.level = 'street' this.agencyInfo.level = 'street'
} }
// this.agencyInfo.agencyLevel = this.agencyInfo.level // this.agencyInfo.agencyLevel = this.agencyInfo.level

Loading…
Cancel
Save