From 9d540a6a1dd6226444546ddf28de4b85bde71665 Mon Sep 17 00:00:00 2001 From: zhaoyongnian <541231643@qq.com> Date: Fri, 27 May 2022 14:03:35 +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 6b6aa616..180fc938 100644 --- a/src/views/modules/visual/communityParty/gridParty.vue +++ b/src/views/modules/visual/communityParty/gridParty.vue @@ -445,7 +445,7 @@ export default { const url = "/gov/org/agency/maporg" let params = { orgId: this.orgId, - level: this.orgLevel + level: this.orgType } const { data, code, msg } = await requestPost(url, params) @@ -454,7 +454,7 @@ export default { this.orgData = data this.orgId = this.orgData.id - this.orgLevel = this.orgData.level + this.orgType = this.orgData.level this.parentPolygon = [] this.parentPolygon = data.children.map(item => { return {