diff --git a/src/views/modules/visual/communityParty/gridParty.vue b/src/views/modules/visual/communityParty/gridParty.vue index 34ceff04..59433b35 100644 --- a/src/views/modules/visual/communityParty/gridParty.vue +++ b/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)