fix:光芯退火日志结束时间

This commit is contained in:
shijing 2025-11-25 13:19:01 +08:00
parent 6a64f944ff
commit 30cd56f6fc
1 changed files with 2 additions and 2 deletions

View File

@ -523,10 +523,10 @@ export default {
that.form.route = null;
}
if (that.mode === "add") {
if(that.mgroupName=='黑化'){
if(that.mgroupName=='黑化'||that.mgroupName=='退火'){
let times = 0;
that.testitems.forEach(item=>{
if(item.name=='保温时间'||item.name=='冷却时间'){
if(item.name=='退火时间'||item.name=='冷却时间'||item.name=='黑化时间'){
times = times + item.value;
}
})