|
@@ -153,7 +153,6 @@ export default {
|
|
const hit = this.floors.find(i => i.gname == item.id)
|
|
const hit = this.floors.find(i => i.gname == item.id)
|
|
return !hit
|
|
return !hit
|
|
})
|
|
})
|
|
- console.log(this.floorSelectAble)
|
|
|
|
},
|
|
},
|
|
testClick(data) {},
|
|
testClick(data) {},
|
|
// 编辑备注
|
|
// 编辑备注
|
|
@@ -215,7 +214,6 @@ export default {
|
|
this.floorName = el.name
|
|
this.floorName = el.name
|
|
}
|
|
}
|
|
})
|
|
})
|
|
- console.log(this.floorName)
|
|
|
|
}
|
|
}
|
|
|
|
|
|
let FloorID = this.floor ? this.floor : this.$cookie.get('floorMapId') || 'f1'
|
|
let FloorID = this.floor ? this.floor : this.$cookie.get('floorMapId') || 'f1'
|
|
@@ -225,11 +223,9 @@ export default {
|
|
let floorName = this.floorName ? this.floorName : this.$cookie.get('floorNow')
|
|
let floorName = this.floorName ? this.floorName : this.$cookie.get('floorNow')
|
|
let data = `categoryId=${categoryId}&projectId=${this.plazaId}&BuildingID=1&FloorID=${FloorID}&FloorName=${floorName}&fmapID=${this.fmapID}`
|
|
let data = `categoryId=${categoryId}&projectId=${this.plazaId}&BuildingID=1&FloorID=${FloorID}&FloorName=${floorName}&fmapID=${this.fmapID}`
|
|
let url = editerUrl + 'editer?' + encodeURIComponent(data)
|
|
let url = editerUrl + 'editer?' + encodeURIComponent(data)
|
|
- console.log(data)
|
|
|
|
window.open(url, true)
|
|
window.open(url, true)
|
|
},
|
|
},
|
|
isShow2() {
|
|
isShow2() {
|
|
- //console.log(this.isShow2)
|
|
|
|
this.show2 = !this.show2
|
|
this.show2 = !this.show2
|
|
},
|
|
},
|
|
handleSwich(val) {
|
|
handleSwich(val) {
|
|
@@ -321,10 +317,7 @@ export default {
|
|
}
|
|
}
|
|
},
|
|
},
|
|
mounted() {
|
|
mounted() {
|
|
- console.log(this.floors)
|
|
|
|
- console.log(this.floorSelect)
|
|
|
|
if (this.floors.length > 0) {
|
|
if (this.floors.length > 0) {
|
|
-
|
|
|
|
this.formatFloor()
|
|
this.formatFloor()
|
|
}
|
|
}
|
|
}
|
|
}
|