|
@@ -286,7 +286,10 @@ export default {
|
|
|
// if (Object.keys(this.floorObj).length > 0) {
|
|
|
// this.floorInfo = this.floorObj
|
|
|
// }
|
|
|
- this.$refs.floorMap.init(this.floorInfo.gname)
|
|
|
+ /**
|
|
|
+ * 解决切换到设备设施地图数据加载两次问题
|
|
|
+ */
|
|
|
+ // this.$refs.floorMap.init(this.floorInfo.gname)
|
|
|
if (this.$route.query.smsxt) {
|
|
|
console.log(this.$route.query.smsxt)
|
|
|
this.smsxt = this.$route.query.smsxt
|