diff --git a/src/views/wpm_bx/mlogbw_check_table.vue b/src/views/wpm_bx/mlogbw_check_table.vue index 3b1a3784..a1bf6e34 100644 --- a/src/views/wpm_bx/mlogbw_check_table.vue +++ b/src/views/wpm_bx/mlogbw_check_table.vue @@ -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) => {