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