From a9f005e2af294c47d7cd1e4b6ed401bf65f5b080 Mon Sep 17 00:00:00 2001 From: zhangherong <571457620@qq.com> Date: 星期二, 04 三月 2025 16:44:09 +0800 Subject: [PATCH] art: 所有设备 台账 二保工单 根据设备id查询二保工单,并过滤掉已完成和已取消的二保工单 --- src/views/mdc/base/StatisticsChart.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/mdc/base/StatisticsChart.vue b/src/views/mdc/base/StatisticsChart.vue index ddea5ef..65bec31 100644 --- a/src/views/mdc/base/StatisticsChart.vue +++ b/src/views/mdc/base/StatisticsChart.vue @@ -3,7 +3,7 @@ <div style="width: 100%; height: 100%;overflow: hidden"> <a-row type="flex" :gutter="16"> <a-col :md="5" :sm="24"> - <base-tree @getCurrSelected="changeSelectionNode"></base-tree> + <base-tree @getCurrSelected="changeSelectionNode" :filterAbnormalDeviceKey="'1'"></base-tree> </a-col> <a-col :md="24-5" :sm="24"> <statistics-legend :equip="selectEquementnode"></statistics-legend> -- Gitblit v1.9.3