This commit is contained in:
sjl
2025-01-13 22:42:14 +08:00
parent b584142f5e
commit 5199ee2db0
8 changed files with 31 additions and 32 deletions

View File

@@ -252,16 +252,16 @@ watch(webMsgSend,function (newValue,oldValue){
firstCoefficientVO.bIeXi = newValue.data.bIeXi;
firstCoefficientVO.cIeData = parseFloat(newValue.data.cIeData).toFixed(4);
firstCoefficientVO.cIeXi = newValue.data.cIeXi;
console.log(newValue.data.devName + '对象:', firstCoefficientVO);
//console.log(newValue.data.devName + '对象:', firstCoefficientVO);
activeIndex.value++;
} else {
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;
@@ -508,7 +508,7 @@ const updateErrorState = (index: number, hasError: boolean) => {
const currentTableData = initializeTableData(dataTemplates, i);
tableDataMap.set(i,currentTableData)
}
console.log('tableDataMap',tableDataMap);
//console.log('tableDataMap',tableDataMap);
}
const handleCancel=() => {