This commit is contained in:
sjl
2025-02-26 11:40:31 +08:00
parent cbe41d80ce
commit 934162875c
2 changed files with 7 additions and 10 deletions

View File

@@ -149,10 +149,6 @@ const tableDataMap = new Map<number, Ref<ChannelsTest.CoefficientVO[]>>([]);
const currentStepStatus = ref<'error' | 'finish' | 'wait' | 'success' | 'process'>('finish');
const webMsgSend = toRef(props, 'webMsgSend');
onBeforeMount(() => {
// 初始化
initData()
@@ -343,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++;