|
@@ -224,7 +224,7 @@ export default {
|
|
watch: {
|
|
watch: {
|
|
data: {
|
|
data: {
|
|
handler(newValue, oldValue){
|
|
handler(newValue, oldValue){
|
|
- console.log(77,newValue, oldValue)
|
|
|
|
|
|
+ // console.log(77,newValue, oldValue)
|
|
this.dataList = newValue
|
|
this.dataList = newValue
|
|
this.getList()
|
|
this.getList()
|
|
},
|
|
},
|
|
@@ -245,7 +245,7 @@ export default {
|
|
getList(){
|
|
getList(){
|
|
// console.log(this.dataList)
|
|
// console.log(this.dataList)
|
|
for (var i = 0; i < this.dataList.length; i++) {
|
|
for (var i = 0; i < this.dataList.length; i++) {
|
|
- console.log(i,this.dataList[i].Name)
|
|
|
|
|
|
+ // console.log(i,this.dataList[i].Name)
|
|
// 温度
|
|
// 温度
|
|
if (this.dataList[i].Name == '温度设定值') {
|
|
if (this.dataList[i].Name == '温度设定值') {
|
|
this.targetT = this.dataList[i].Value
|
|
this.targetT = this.dataList[i].Value
|