Browse Source

bug

shibei_master
zhaoyongnian 3 years ago
parent
commit
49e40ea9bd
  1. 3
      src/views/modules/visual/communityParty/gridParty.vue

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

@ -490,7 +490,7 @@ export default {
this.agencyInfo.latitude = this.orgData.latitude
}
if (this.orgData.level) { // mapOrg
this.agencyInfo.agencyLevel = this.orgData.level
this.agencyInfo.agencyLevel = this.orgData.agencyLevel
}
if (!this.orgData.latitude) {
this.agencyInfo.latitude = 36.072227
@ -502,6 +502,7 @@ export default {
this.agencyInfo.level = 'street'
}
// this.agencyInfo.agencyLevel = this.agencyInfo.level
// console.log(JSON.stringify(this.agencyInfo))
},
(rspMsg, data) => {
this.$message.error(rspMsg)

Loading…
Cancel
Save