src/views/mdc/base/modules/comparativeAnalysis/comparativeAnalysismain.vue
@@ -136,7 +136,6 @@
        }
      },
      nodePeople(val){
        if (JSON.stringify(val) != '{}') {
          if (val.equipmentId) {
            // this.$set(this.queryParam, 'tierName', val.title)
@@ -177,6 +176,7 @@
        })
      },
      searchQuery(){
        if(this.dates&&this.dates.length>0){
        this.AnalysisList = []
        this.AnalysisBarList = []
        this.AnalysisGauge = []
@@ -184,13 +184,11 @@
        if(this.queryParams.typeTree == "1"){
          this.queryParams.parentId =  this.queryParamEquip.parentId
          // this.queryParams.equipmentId =  this.queryParamEquip.equipmentId
        }else{
          this.queryParams.parentId = this.queryParamEquip.parentId
          // this.queryParams.equipmentId = ""
        }
        this.AnalysisList = [];
          this.AnalysisList = []
        //获取查询条件
        this.queryParam.parentId = this.queryParams.parentId;
        this.queryParam.equipmentId = this.queryParams.equipmentId;
@@ -211,6 +209,13 @@
        }).finally(() => {
          this.loading = false
        })
        }else{
          this.$notification.warning({
            message:'提示' ,
            description:'请选择时间'
          })
        }
      },
      searchReset() {
        this.AnalysisList = []