fix:光芯日志oinfo_json保存
This commit is contained in:
parent
4b361a734c
commit
906f59aa52
|
|
@ -523,6 +523,16 @@ export default {
|
||||||
that.form.route = null;
|
that.form.route = null;
|
||||||
}
|
}
|
||||||
if (that.mode === "add") {
|
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=='退火'){
|
if(that.mgroupName=='黑化'||that.mgroupName=='退火'){
|
||||||
let times = 0,reminder_interval_list=[];
|
let times = 0,reminder_interval_list=[];
|
||||||
that.testitems.forEach(item=>{
|
that.testitems.forEach(item=>{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue