fix:光芯退火日志结束时间
This commit is contained in:
parent
6a64f944ff
commit
30cd56f6fc
|
|
@ -523,10 +523,10 @@ export default {
|
||||||
that.form.route = null;
|
that.form.route = null;
|
||||||
}
|
}
|
||||||
if (that.mode === "add") {
|
if (that.mode === "add") {
|
||||||
if(that.mgroupName=='黑化'){
|
if(that.mgroupName=='黑化'||that.mgroupName=='退火'){
|
||||||
let times = 0;
|
let times = 0;
|
||||||
that.testitems.forEach(item=>{
|
that.testitems.forEach(item=>{
|
||||||
if(item.name=='保温时间'||item.name=='冷却时间'){
|
if(item.name=='退火时间'||item.name=='冷却时间'||item.name=='黑化时间'){
|
||||||
times = times + item.value;
|
times = times + item.value;
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue