SunZehao 1 månad sedan
förälder
incheckning
2527fd997d

+ 1 - 1
src/views/IntegratedAlarm/DetailMatrix/index.vue

@@ -273,7 +273,7 @@
             <el-dialog :fullscreen="true" top="40px" v-model="displayMatrix" :show-close="true" destroy-on-close>
                 <template #title>
                     <div class="dialog-title">
-                        <div class="title">设备详情</div>
+                        <div class="title">{{wind.wtname}}号风机 设备详情</div>
                     </div>
                 </template>
                 <div class="dialog-body" style="height: 100vh">

+ 3 - 1
src/views/IntegratedAlarm/reliability/partsTemperatureAnalyse/index2.vue

@@ -215,7 +215,8 @@ export default {
     };
   },
   mounted() {
-    this.init();
+    // this.init();
+    this.getData()
   },
   methods: {
     cheshi() {
@@ -338,6 +339,7 @@ export default {
     getData() {
       let selectStatus = "";
       let statusArr = [];
+      this.tableData = []
       if (this.checkedCities.length < 3) {
         this.checkedCities.forEach((item) => {
           let status = this.statusList.filter((val) => val.name === item)[0];