|
@@ -44,8 +44,8 @@ export default {
|
|
|
},
|
|
|
methods: {
|
|
|
getOrgTreeList () {
|
|
|
- this.$http
|
|
|
- .get('/czc-community/assets/tree/community/find', { buildingType: this.buildingType })
|
|
|
+ this.$http.get('/czc-community/assets/tree/community/find')
|
|
|
+ // .get('/czc-community/assets/tree/community/find', { buildingType: this.buildingType })
|
|
|
.then(({ status, data, msg }) => {
|
|
|
if (status === 0 && data) {
|
|
|
this.dimension(data);
|