|
@@ -291,7 +291,11 @@ export default {
|
|
let seq = this.$cookie.get('currentFloorId')
|
|
let seq = this.$cookie.get('currentFloorId')
|
|
let data = `categoryId=${categoryId}&projectId=${this.plazaId}&BuildingID=1&FloorID=${FloorID}&FloorName=${floorName}&fmapID=${this.fmapID}&seq=${seq}&token=${this.ssoToken}`
|
|
let data = `categoryId=${categoryId}&projectId=${this.plazaId}&BuildingID=1&FloorID=${FloorID}&FloorName=${floorName}&fmapID=${this.fmapID}&seq=${seq}&token=${this.ssoToken}`
|
|
let url = editerUrl + 'editer?' + encodeURIComponent(data)
|
|
let url = editerUrl + 'editer?' + encodeURIComponent(data)
|
|
- window.open(url, true)
|
|
|
|
|
|
+ if (this.fmapID) {
|
|
|
|
+ window.open(url, true)
|
|
|
|
+ } else {
|
|
|
|
+ this.$message.error('请等待底图加载完成后再操作!')
|
|
|
|
+ }
|
|
},
|
|
},
|
|
isShow2() {
|
|
isShow2() {
|
|
this.show2 = !this.show2
|
|
this.show2 = !this.show2
|