Hwt vor 3 Jahren
Ursprung
Commit
d66ec4eca1
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      operationSupport/src/components/common/organTree.vue

+ 2 - 2
operationSupport/src/components/common/organTree.vue

@@ -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);