From 1cd8b70c6d23a00ddb6eabf2dd46c58b3e2e8439 Mon Sep 17 00:00:00 2001 From: zhuzhuanzhuan Date: 星期三, 16 八月 2023 17:59:54 +0800 Subject: [PATCH] 设备监控三色灯 --- src/views/mdc/base/modules/StatisticsChart/StatisticsLegend.vue | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/views/mdc/base/modules/StatisticsChart/StatisticsLegend.vue b/src/views/mdc/base/modules/StatisticsChart/StatisticsLegend.vue index d2406ed..fc95775 100644 --- a/src/views/mdc/base/modules/StatisticsChart/StatisticsLegend.vue +++ b/src/views/mdc/base/modules/StatisticsChart/StatisticsLegend.vue @@ -230,7 +230,6 @@ containLabel: true }, legend:{ - //璁剧疆榛樿涓嶆樉绀� selected:{ "鏇茬嚎":false, }, @@ -629,11 +628,11 @@ this.$set(this.queryParam, 'tierName', val.title) this.$set(this.queryParam, 'equipmentId', val.equipmentId) this.queryParams.parentId = '' - this.queryParams.equipmentIds = val.equipmentId + this.queryParams.equipmentId = val.equipmentId this.searchQuery() }else{ this.queryParams.parentId = val.key - this.queryParams.equipmentIds = '' + this.queryParams.equipmentId = '' this.$set(this.queryParam, 'tierName', val.title) this.searchQuery() } -- Gitblit v1.9.3