From c45afba188f7346f36790fefef1c74d370159a7f Mon Sep 17 00:00:00 2001 From: HAHA Date: Fri, 17 Jun 2022 14:31:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=B9=E6=B3=95=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= 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 436786c8..5d4f74ad 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/caLoudong/getLouDongCascade`).then(resp => { + this.$http.post(`/opendata/cabmGrid/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 4e778ecd..4226a1aa 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/caLoudong/getLouDongCascade`).then(resp => { + this.$http.post(`/opendata/cabmGrid/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 16b6927d..47a0c423 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/caLoudong/getLouDongCascade`).then(resp => { + this.$http.post(`/opendata/cabmGrid/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 a875af48..2b08a8e3 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/caLoudong/getLouDongCascade`).then(resp => { + this.$http.post(`/opendata/cabmGrid/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 07683ccc..330a848a 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/caLoudong/getLouDongCascade`).then(resp => { + this.$http.post(`/opendata/cabmGrid/getCascadeMenu`).then(resp => { if(resp.data.code === 0){ this.caLouDongOptions = this.removeEmptySubOrgList(resp.data.data) }