|
@@ -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,12 +181,6 @@ export default {
|
|
|
}
|
|
|
queryZone(params, res => {
|
|
|
this.spaceDetails = res.Content[0];
|
|
|
- this.spaceDetails.Pic ? this.spaceDetails.Pic = this.spaceDetails.Pic : this.spaceDetails.Pic = [
|
|
|
- { Id: 21324324532, key: 'https://hbimg.huabanimg.com/2787ad434fc2bc819a5d7deda3855d897a99d528ab4a-e3HRgR_fw658' },
|
|
|
- { Id: 21324324532, key: 'https://hbimg.huabanimg.com/5e4e3239dc7eca56eb92ca612d49d824f022b13621d5a-Ga7voM_fw658' },
|
|
|
- { Id: 21324324532, key: 'https://hbimg.huabanimg.com/60e2a25564f6ac13e7e16a19dcc3e194d565776231347-1Cw8dg_fw658' },
|
|
|
- { Id: 21324324532, key: 'https://hbimg.huabanimg.com/2ea712954c75ff1b1e13329e7e4209f0691b88945c73-JCmkXX_fw658' },
|
|
|
- ]
|
|
|
if (this.spaceDetails.Outline && this.spaceDetails.Outline[0] && this.spaceDetails.Outline[0].length) {
|
|
|
this.getSpaceFloor();
|
|
|
}
|