From aea714bca76d0d94c809b0ef92612c99a97bb7d5 Mon Sep 17 00:00:00 2001 From: shijing Date: Mon, 8 Sep 2025 08:54:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=8E=BB=E7=BA=A4=E8=BE=93=E5=87=BA?= =?UTF-8?q?=E7=89=A9=E6=96=99=E7=BC=96=E5=8F=B7=E5=8F=AF=E7=BC=96=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_bx/mlogbw_check_table.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/wpm_bx/mlogbw_check_table.vue b/src/views/wpm_bx/mlogbw_check_table.vue index 670934f0..29e1f601 100644 --- a/src/views/wpm_bx/mlogbw_check_table.vue +++ b/src/views/wpm_bx/mlogbw_check_table.vue @@ -36,7 +36,8 @@ @@ -234,7 +235,6 @@ @@ -831,9 +831,11 @@ export default { obj.test_date = that.handle_date!=null?that.handle_date:that.currentDate; if(that.form.defectids.length>0){ obj.defects = that.form.defectids; + that.setForm.defectids = that.form.defectids; } if(that.form.testitemids.length>0){ obj.testitems = that.form.testitemids; + that.setForm.testitemids = that.form.testitemids; } obj.qct = that.qct; that.$API.wpm.mlogbw.start_test.req(obj).then((res) => {