feat:日志输出物料中获取设备数据后自动保存

This commit is contained in:
shijing 2026-06-09 09:29:32 +08:00
parent 5172fe960c
commit 1f1088fbd5
1 changed files with 2 additions and 0 deletions

View File

@ -1174,6 +1174,7 @@ that.$API.wpm.prints.req(printer_ip, obj).then((response) => {
that.mlogbwlist[index][item.defect_name] = false;
}
});
that.formTableSave();
}
})
}).catch((err) => {
@ -1249,6 +1250,7 @@ that.$API.wpm.prints.req(printer_ip, obj).then((response) => {
that.mlogbwlist[index][item.defect_name] = false;
}
});
that.formTableSave();
}
})
}).catch((err) => {