This commit is contained in:
sjl
2025-02-26 16:23:27 +08:00
parent f4ea510c5d
commit cad4965b1b
2 changed files with 25 additions and 27 deletions

View File

@@ -339,7 +339,7 @@ watch(webMsgSend, function (newValue, oldValue) {
}
break;
case 'Coefficient_Check':
// console.log("Coefficient_Checkactive", active.value);
console.log("Coefficient_Checkactive", active.value);
switch (newValue.operateCode) {
case 'big_end'://大电压,电流下装
active.value++;
@@ -460,16 +460,16 @@ watch(webMsgSend, function (newValue, oldValue) {
firstCoefficientVO.aI = newValue.data.aI;
firstCoefficientVO.bI = newValue.data.bI;
firstCoefficientVO.cI = newValue.data.cI;
//console.log(newValue.data.devName + '对象:', firstCoefficientVO);
console.log(newValue.data.devName + '对象:', firstCoefficientVO);
activeIndex.value++;
} else {
//console.log('未找到匹配的'+ newValue.data.devName+'对象');
console.log('未找到匹配的'+ newValue.data.devName+'对象');
}
} else {
//console.log(newValue.data.devName + '数组为空');
console.log(newValue.data.devName + '数组为空');
}
} else {
//console.log('未找到'+newValue.data.devName+'对应的数组');
console.log('未找到'+newValue.data.devName+'对应的数组');
}
}
break;