fix:光芯日志oinfo_json保存

This commit is contained in:
shijing 2025-11-25 14:05:27 +08:00
parent 4b361a734c
commit 906f59aa52
1 changed files with 10 additions and 0 deletions

View File

@ -523,6 +523,16 @@ export default {
that.form.route = null;
}
if (that.mode === "add") {
let oinfo_json={}
if(that.testitems.length>0){
that.testitems.forEach((item) => {
oinfo_json[item.id] = item.value;
if(item.name=='炉号'){
that.form.index = item.value;
}
})
that.form.oinfo_json = oinfo_json;
}
if(that.mgroupName=='黑化'||that.mgroupName=='退火'){
let times = 0,reminder_interval_list=[];
that.testitems.forEach(item=>{