修改已知问题
parent
00f278b5a4
commit
522f6573d8
|
@ -492,15 +492,16 @@ export default {
|
||||||
var statusIndex = 8
|
var statusIndex = 8
|
||||||
for (var j = 0; j < statusIndex; j++) {
|
for (var j = 0; j < statusIndex; j++) {
|
||||||
if (Number(number[number.length-1 - j])) {
|
if (Number(number[number.length-1 - j])) {
|
||||||
if(j=0){
|
if(j==0){
|
||||||
this.right2Index.push(1)
|
this.right2Index.push('1')
|
||||||
}else if(j=1){
|
}else if(j==1){
|
||||||
this.right2Index.push(0)
|
this.right2Index.push('0')
|
||||||
}else{
|
}else{
|
||||||
this.right2Index.push(j)
|
this.right2Index.push(j)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
console.log( this.right2Index,123);
|
||||||
},
|
},
|
||||||
//进水泵和出水泵状态
|
//进水泵和出水泵状态
|
||||||
getData30() {
|
getData30() {
|
||||||
|
|
Loading…
Reference in New Issue