yangjunjing 5 years ago
parent
commit
643cb98579
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/views/screen/splitscreen/spaceledger/index.vue

+ 0 - 2
src/views/screen/splitscreen/spaceledger/index.vue

@@ -164,7 +164,6 @@ export default {
     if (this.$route.name === "spaceLedger" && this.$route.query.RoomID && this.$route.query.zone) {
       this.getData();
     }
-    this.getInFormationPoitnName();
   },
   updated() { },
   computed: {
@@ -182,7 +181,6 @@ export default {
       }
       queryZone(params, res => {
         this.spaceDetails = res.Content[0];
-        console.log(this.spaceDetails,333)
         if (this.spaceDetails.Outline && this.spaceDetails.Outline[0] && this.spaceDetails.Outline[0].length) {
           this.getSpaceFloor();
         }