Browse Source

Merge branch 'feature/dev_party_mange' into test

test
zhaoyongnian 3 years ago
parent
commit
36d1e3394a
  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
this.agencyInfo.agencyLevel = this.orgData.agencyLevel
}
if (!this.orgData.latitude) {
if (!this.agencyInfo.latitude) {
this.agencyInfo.latitude = 36.072227
}
if (!this.agencyInfo.longitude) {
this.agencyInfo.longitude = 120.389455
}
if (!this.orgData.level) {
if (!this.agencyInfo.level) {
this.agencyInfo.level = 'street'
}
// this.agencyInfo.agencyLevel = this.agencyInfo.level

Loading…
Cancel
Save