Compare commits
2 Commits
8794e6a4b4
...
3538d68c9c
| Author | SHA1 | Date |
|---|---|---|
|
|
3538d68c9c | |
|
|
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