Compare commits

..

No commits in common. "3538d68c9c7de7504de0e02a2d8f8a7839e42ac7" and "8794e6a4b411f4e6c91399ebe60f915063042e9e" have entirely different histories.

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=='黑化'||that.mgroupName=='退火'){
if(that.mgroupName=='黑化'){
let times = 0;
that.testitems.forEach(item=>{
if(item.name=='退火时间'||item.name=='冷却时间'||item.name=='黑化时间'){
if(item.name=='保温时间'||item.name=='冷却时间'){
times = times + item.value;
}
})