|
@@ -25,9 +25,9 @@
|
|
</div>
|
|
</div>
|
|
<div class='eq-content'>
|
|
<div class='eq-content'>
|
|
<div class='legend-boxs'>
|
|
<div class='legend-boxs'>
|
|
- <Legend :systemName='systemName' :categoryId='categoryId' :floors='floorsArr' type='1'></Legend>
|
|
|
|
|
|
+ <Legend :systemName='systemName' :floors='floorsArr' type='1'></Legend>
|
|
</div>
|
|
</div>
|
|
- <floorMap ref='floorMap' :id='"equip"' :loadName='loadName' :categoryId='categoryId' :type='"system"'></floorMap>
|
|
|
|
|
|
+ <floorMap ref='floorMap' :id='"equip"' :loadName='loadName' :type='"system"'></floorMap>
|
|
<div class='additional-box' v-if='fqPic.length>0'>
|
|
<div class='additional-box' v-if='fqPic.length>0'>
|
|
<div class='additional' @click='additionalColl'>
|
|
<div class='additional' @click='additionalColl'>
|
|
<img src='../../assets/imgs/bg.png' alt />
|
|
<img src='../../assets/imgs/bg.png' alt />
|
|
@@ -87,6 +87,7 @@ export default {
|
|
this.systemName = item.name
|
|
this.systemName = item.name
|
|
this.smsxt = item.smsxt
|
|
this.smsxt = item.smsxt
|
|
this.$cookie.set('categoryId', item.categoryId, 3)
|
|
this.$cookie.set('categoryId', item.categoryId, 3)
|
|
|
|
+ this.$refs.floorMap.init(this.floorInfo.gname)
|
|
if (this.smsxt == '1003' || this.smsxt == '1004') {
|
|
if (this.smsxt == '1003' || this.smsxt == '1004') {
|
|
this.Index()
|
|
this.Index()
|
|
}
|
|
}
|