diff --git a/src/components/monitoring/warm.vue b/src/components/monitoring/warm.vue index 7431f17..091c067 100644 --- a/src/components/monitoring/warm.vue +++ b/src/components/monitoring/warm.vue @@ -750,25 +750,7 @@ export default { this.tower = item.build; this.layer = item.floored; bfHelper.clearDrawableContainer(); - let id = bfHelper.disposeId(item.area, item.build, item.modelId); - console.log('bjclick',id) - bfHelper.customTag( - bfHelper.getBoxMessage(id, true).max, - null, - this.warmContent( - id, - item.status, - item.name, - item.location, - item.status == 90001 ? "离线" : "在线", - item.dataNum, - item.inventarNummer, - item.maintainUser, - item.maintainPhone, - item.maintainTime, - item.maintainDesc, - ) - ); + this.$refs.clickcp.active = commonValue.activeValue( Number(item.build), Number(item.floored) @@ -799,6 +781,26 @@ export default { bfHelper.equipmentCondition2[4] ); bfHelper.setOpacityFun(false); + setTimeout(() =>{ + let id = bfHelper.disposeId(item.area, item.build, item.modelId); + bfHelper.customTag( + bfHelper.getBoxMessage(id, true).max, + null, + this.warmContent( + id, + item.status, + item.name, + item.location, + item.status == 90001 ? "离线" : "在线", + item.dataNum, + item.inventarNummer, + item.maintainUser, + item.maintainPhone, + item.maintainTime, + item.maintainDesc, + ) + ); + },500) } }, addLabel() {