Browse Source

修改方法地址

shibei_master
HAHA 3 years ago
parent
commit
c45afba188
  1. 2
      src/views/modules/cabaseinfo/caloudong.vue
  2. 2
      src/views/modules/cabaseinfo/capingfang.vue
  3. 2
      src/views/modules/cabaseinfo/carental.vue
  4. 2
      src/views/modules/cabaseinfo/caresident.vue
  5. 2
      src/views/modules/cabaseinfo/carotators.vue

2
src/views/modules/cabaseinfo/caloudong.vue

@ -181,7 +181,7 @@ export default {
}, },
methods:{ methods:{
getloudongOptions(){ getloudongOptions(){
this.$http.post(`/opendata/caLoudong/getLouDongCascade`).then(resp => { this.$http.post(`/opendata/cabmGrid/getCascadeMenu`).then(resp => {
if(resp.data.code === 0){ if(resp.data.code === 0){
this.caLouDongOptions = this.removeEmptySubOrgList(resp.data.data) this.caLouDongOptions = this.removeEmptySubOrgList(resp.data.data)
} }

2
src/views/modules/cabaseinfo/capingfang.vue

@ -181,7 +181,7 @@ export default {
}, },
methods:{ methods:{
getloudongOptions(){ getloudongOptions(){
this.$http.post(`/opendata/caLoudong/getLouDongCascade`).then(resp => { this.$http.post(`/opendata/cabmGrid/getCascadeMenu`).then(resp => {
if(resp.data.code === 0){ if(resp.data.code === 0){
this.caLouDongOptions = this.removeEmptySubOrgList(resp.data.data) this.caLouDongOptions = this.removeEmptySubOrgList(resp.data.data)
} }

2
src/views/modules/cabaseinfo/carental.vue

@ -182,7 +182,7 @@ export default {
}, },
methods:{ methods:{
getloudongOptions(){ getloudongOptions(){
this.$http.post(`/opendata/caLoudong/getLouDongCascade`).then(resp => { this.$http.post(`/opendata/cabmGrid/getCascadeMenu`).then(resp => {
if(resp.data.code === 0){ if(resp.data.code === 0){
this.caLouDongOptions = this.removeEmptySubOrgList(resp.data.data) this.caLouDongOptions = this.removeEmptySubOrgList(resp.data.data)
} }

2
src/views/modules/cabaseinfo/caresident.vue

@ -173,7 +173,7 @@ export default {
}, },
methods:{ methods:{
getloudongOptions(){ getloudongOptions(){
this.$http.post(`/opendata/caLoudong/getLouDongCascade`).then(resp => { this.$http.post(`/opendata/cabmGrid/getCascadeMenu`).then(resp => {
if(resp.data.code === 0){ if(resp.data.code === 0){
this.caLouDongOptions = this.removeEmptySubOrgList(resp.data.data) this.caLouDongOptions = this.removeEmptySubOrgList(resp.data.data)
} }

2
src/views/modules/cabaseinfo/carotators.vue

@ -167,7 +167,7 @@ export default {
}, },
methods:{ methods:{
getloudongOptions(){ getloudongOptions(){
this.$http.post(`/opendata/caLoudong/getLouDongCascade`).then(resp => { this.$http.post(`/opendata/cabmGrid/getCascadeMenu`).then(resp => {
if(resp.data.code === 0){ if(resp.data.code === 0){
this.caLouDongOptions = this.removeEmptySubOrgList(resp.data.data) this.caLouDongOptions = this.removeEmptySubOrgList(resp.data.data)
} }

Loading…
Cancel
Save