|
@ -181,7 +181,7 @@ export default { |
|
|
}, |
|
|
}, |
|
|
methods:{ |
|
|
methods:{ |
|
|
getloudongOptions(){ |
|
|
getloudongOptions(){ |
|
|
this.$http.post(`/opendata/cabmGrid/getCascadeMenu`).then(resp => { |
|
|
this.$http.post(`/opendata/bmGrid/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) |
|
|
} |
|
|
} |
|
|