Quellcode durchsuchen

系统模式信息数据对接优化

wyh vor 1 Jahr
Ursprung
Commit
3730f8bbad
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/views/modules_guAn/visualization/modules/ModeInfo.vue

+ 1 - 1
src/views/modules_guAn/visualization/modules/ModeInfo.vue

@@ -158,7 +158,7 @@ export default {
         if (this.dataList[i].Name == '温度设定值') {
           this.targetT = this.dataList[i].Value
         }
-        if (this.dataList[i].Name == '斜率设定') {
+        if (this.dataList[i].Name == '定值温度斜率值') {
           this.slopeT = this.dataList[i].Value
         }
         if (this.dataList[i].Name == '起始温度值') {