Browse Source

路径

shibei_master
HAHA 3 years ago
parent
commit
0a29d34ca0
  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:{
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)
}

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

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

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

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

Loading…
Cancel
Save