From 3144a9c14d3fd3099e1658b834c59a59daeda97d Mon Sep 17 00:00:00 2001 From: jinna Date: Tue, 15 Aug 2023 16:53:03 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3bim=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=E5=AE=9A=E4=BD=8D=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/monitoring/warm.vue | 40 ++++++++++++++++-------------- 1 file changed, 21 insertions(+), 19 deletions(-) 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() {