zhangyu 5 years ago
parent
commit
4f716cec14
1 changed files with 5 additions and 2 deletions
  1. 5 2
      src/components/ledger/cenote/elevationMap.vue

+ 5 - 2
src/components/ledger/cenote/elevationMap.vue

@@ -104,11 +104,14 @@
   },
   methods: {
     init () {
-      console.log(this.params)
-      // 查询竖井关联的空间垂直交通关系
+      // console.log(this.params)
+      //// 查询竖井关联的空间垂直交通关系
       // shaftVerticalSpace(this.params, (res) => {
       //   this.elevationData = res.Content
       // })
+      let data = this.elevationData.map(floor => {
+        console.log(floor)
+      })
     }
   },
   watch: {