|
|
@ -50,15 +50,15 @@ |
|
|
|
width="50" |
|
|
|
></el-table-column> |
|
|
|
<el-table-column |
|
|
|
prop="comName" |
|
|
|
label="社区" |
|
|
|
prop="streetName" |
|
|
|
label="街道" |
|
|
|
header-align="center" |
|
|
|
align="center" |
|
|
|
:show-overflow-tooltip="true"> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column |
|
|
|
prop="streetName" |
|
|
|
label="街道" |
|
|
|
prop="comName" |
|
|
|
label="社区" |
|
|
|
header-align="center" |
|
|
|
align="center" |
|
|
|
:show-overflow-tooltip="true"> |
|
|
@ -181,7 +181,7 @@ export default { |
|
|
|
}, |
|
|
|
methods:{ |
|
|
|
getloudongOptions(){ |
|
|
|
this.$http.post(`/opendata/bmGrid/getCascadeMenu`).then(resp => { |
|
|
|
this.$http.post(`/opendata/cabmGrid/getCascadeMenu`).then(resp => { |
|
|
|
if(resp.data.code === 0){ |
|
|
|
this.caLouDongOptions = this.removeEmptySubOrgList(resp.data.data) |
|
|
|
} |
|
|
|