瀏覽代碼

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

wyh 1 年之前
父節點
當前提交
3730f8bbad
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 == '起始温度值') {