wx-program
parent
67684ded39
commit
aa63b41133
|
@ -728,7 +728,7 @@
|
|||
<view :key="index" v-show="item.status != 0">
|
||||
<view class="valve" v-if="purviewList.indexOf((index + 11).toString())!=-1">
|
||||
<image src="../../static/valve.png" mode=""></image>
|
||||
<span>{{index+1}}#电磁阀</span>
|
||||
<span>{{item.name}}</span>
|
||||
<view @click="openValveControlShow(index)">
|
||||
设置
|
||||
<image src="../../static/right-arrow.png" mode=""></image>
|
||||
|
@ -2292,7 +2292,17 @@
|
|||
}else if(el.id=='23'){
|
||||
//高压微雾
|
||||
this.highpressuremistList=this.toNewList(this.highpressuremistList,el.child)
|
||||
}else{
|
||||
|
||||
for(let t=0;t<this.electronMagneticStatus.length;t++){
|
||||
if((t+11)==el.id){
|
||||
this.electronMagneticStatus[t].name = el.nickName
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
})
|
||||
|
||||
|
||||
|
@ -2555,6 +2565,7 @@
|
|||
// 电磁阀
|
||||
for(let t=0;t<this.electronMagneticStatus.length;t++){
|
||||
this.electronMagneticStatus[t].status = res.data[1166 + t]
|
||||
|
||||
}
|
||||
// console.log(this.electronMagneticStatus,'this.electronMagneticStatus');
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue