From 1f1088fbd55a5528f521427870962e5da4bb8bfa Mon Sep 17 00:00:00 2001 From: shijing Date: Tue, 9 Jun 2026 09:29:32 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=97=A5=E5=BF=97=E8=BE=93=E5=87=BA?= =?UTF-8?q?=E7=89=A9=E6=96=99=E4=B8=AD=E8=8E=B7=E5=8F=96=E8=AE=BE=E5=A4=87?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=90=8E=E8=87=AA=E5=8A=A8=E4=BF=9D=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_bx/mlogbw_check_table.vue | 2 ++ 1 file changed, 2 insertions(+) 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) => {