From b0f927b437aea9f5af91eac34927d2b8c83ad26e Mon Sep 17 00:00:00 2001 From: ZhaoTongYao <531131322@qq.com> Date: Wed, 15 Jun 2022 09:30:40 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=A4=9A=E5=85=83=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E4=B8=AD=E5=BF=83=E7=82=B9=E6=95=B0=E6=8D=AE?= =?UTF-8?q?maporg?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../visual/communityGovern/duoyuanfuwu/duoyuanfuwufenxi.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/modules/visual/communityGovern/duoyuanfuwu/duoyuanfuwufenxi.vue b/src/views/modules/visual/communityGovern/duoyuanfuwu/duoyuanfuwufenxi.vue index 53e007da4..dbaf1df06 100644 --- a/src/views/modules/visual/communityGovern/duoyuanfuwu/duoyuanfuwufenxi.vue +++ b/src/views/modules/visual/communityGovern/duoyuanfuwu/duoyuanfuwufenxi.vue @@ -364,6 +364,9 @@ export default { } const { data, code, msg } = await requestPost(url, params) if (code === 0) { + this.agencyInfo.agencyLevel = data.agencyLevel, + this.agencyInfo.longitude = data.longitude, + this.agencyInfo.latitude = data.latitude let subPolygonList = [] data.children.forEach((item, index) => { if (item.coordinates && item.coordinates.length > 0) { From 8db2f754b492521c11aff2dea27ab2ac571af7e3 Mon Sep 17 00:00:00 2001 From: HAHA Date: Fri, 17 Jun 2022 14:56:34 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=B9=E6=B3=95?= =?UTF-8?q?=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/cabaseinfo/caloudong.vue | 2 +- src/views/modules/cabaseinfo/capingfang.vue | 2 +- src/views/modules/cabaseinfo/carental.vue | 2 +- src/views/modules/cabaseinfo/caresident.vue | 2 +- src/views/modules/cabaseinfo/carotators.vue | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/modules/cabaseinfo/caloudong.vue b/src/views/modules/cabaseinfo/caloudong.vue index 5d4f74ad1..c87496271 100644 --- a/src/views/modules/cabaseinfo/caloudong.vue +++ b/src/views/modules/cabaseinfo/caloudong.vue @@ -181,7 +181,7 @@ export default { }, methods:{ getloudongOptions(){ - this.$http.post(`/opendata/cabmGrid/getCascadeMenu`).then(resp => { + this.$http.post(`/opendata/bmGrid/getCascadeMenu`).then(resp => { if(resp.data.code === 0){ this.caLouDongOptions = this.removeEmptySubOrgList(resp.data.data) } diff --git a/src/views/modules/cabaseinfo/capingfang.vue b/src/views/modules/cabaseinfo/capingfang.vue index 4226a1aa6..0e9cffa0a 100644 --- a/src/views/modules/cabaseinfo/capingfang.vue +++ b/src/views/modules/cabaseinfo/capingfang.vue @@ -181,7 +181,7 @@ export default { }, methods:{ getloudongOptions(){ - this.$http.post(`/opendata/cabmGrid/getCascadeMenu`).then(resp => { + this.$http.post(`/opendata/bmGrid/getCascadeMenu`).then(resp => { if(resp.data.code === 0){ this.caLouDongOptions = this.removeEmptySubOrgList(resp.data.data) } diff --git a/src/views/modules/cabaseinfo/carental.vue b/src/views/modules/cabaseinfo/carental.vue index 47a0c4236..40697e389 100644 --- a/src/views/modules/cabaseinfo/carental.vue +++ b/src/views/modules/cabaseinfo/carental.vue @@ -182,7 +182,7 @@ export default { }, methods:{ getloudongOptions(){ - this.$http.post(`/opendata/cabmGrid/getCascadeMenu`).then(resp => { + this.$http.post(`/opendata/bmGrid/getCascadeMenu`).then(resp => { if(resp.data.code === 0){ this.caLouDongOptions = this.removeEmptySubOrgList(resp.data.data) } diff --git a/src/views/modules/cabaseinfo/caresident.vue b/src/views/modules/cabaseinfo/caresident.vue index 2b08a8e3b..03e065533 100644 --- a/src/views/modules/cabaseinfo/caresident.vue +++ b/src/views/modules/cabaseinfo/caresident.vue @@ -173,7 +173,7 @@ export default { }, methods:{ getloudongOptions(){ - this.$http.post(`/opendata/cabmGrid/getCascadeMenu`).then(resp => { + this.$http.post(`/opendata/bmGrid/getCascadeMenu`).then(resp => { if(resp.data.code === 0){ this.caLouDongOptions = this.removeEmptySubOrgList(resp.data.data) } diff --git a/src/views/modules/cabaseinfo/carotators.vue b/src/views/modules/cabaseinfo/carotators.vue index 330a848af..52d12b947 100644 --- a/src/views/modules/cabaseinfo/carotators.vue +++ b/src/views/modules/cabaseinfo/carotators.vue @@ -167,7 +167,7 @@ export default { }, methods:{ getloudongOptions(){ - this.$http.post(`/opendata/cabmGrid/getCascadeMenu`).then(resp => { + this.$http.post(`/opendata/bmGrid/getCascadeMenu`).then(resp => { if(resp.data.code === 0){ this.caLouDongOptions = this.removeEmptySubOrgList(resp.data.data) }