zhuzhuanzhuan
2023-08-16 2d517aae6a1d6e0491f6931f827253a2e38861e0
src/views/mdc/base/modules/StatisticsChart/StatisticsLegend.vue
@@ -629,11 +629,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()
            }