feat:日志输出物料中获取设备数据后自动保存
This commit is contained in:
parent
5172fe960c
commit
1f1088fbd5
|
|
@ -1174,6 +1174,7 @@ that.$API.wpm.prints.req(printer_ip, obj).then((response) => {
|
||||||
that.mlogbwlist[index][item.defect_name] = false;
|
that.mlogbwlist[index][item.defect_name] = false;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
that.formTableSave();
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}).catch((err) => {
|
}).catch((err) => {
|
||||||
|
|
@ -1249,6 +1250,7 @@ that.$API.wpm.prints.req(printer_ip, obj).then((response) => {
|
||||||
that.mlogbwlist[index][item.defect_name] = false;
|
that.mlogbwlist[index][item.defect_name] = false;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
that.formTableSave();
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}).catch((err) => {
|
}).catch((err) => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue