微调
This commit is contained in:
@@ -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=() => {
|
||||
|
||||
Reference in New Issue
Block a user