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