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) }