From 4613f734a34447013d0c2b8e755e85fb56c0e1d0 Mon Sep 17 00:00:00 2001 From: zhaoyongnian <541231643@qq.com> Date: Wed, 15 Jun 2022 10:02:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/visual/communityParty/gridParty.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/modules/visual/communityParty/gridParty.vue b/src/views/modules/visual/communityParty/gridParty.vue index 59433b35..65d0919c 100644 --- a/src/views/modules/visual/communityParty/gridParty.vue +++ b/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