From ca9c3982418078d5317fc16028e1e13d8f79653c Mon Sep 17 00:00:00 2001 From: shijing Date: Wed, 26 Feb 2025 13:45:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E7=94=9F=E4=BA=A7?= =?UTF-8?q?=E5=B7=A5=E5=BA=8F=E8=BE=93=E5=87=BA=E7=89=A9=E6=96=99=E6=A3=80?= =?UTF-8?q?=E6=B5=8B=E7=BC=BA=E9=99=B7=E9=A1=B9=E4=B8=8D=E4=BF=9D=E5=AD=98?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_bx/mlogbw_check.vue | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/src/views/wpm_bx/mlogbw_check.vue b/src/views/wpm_bx/mlogbw_check.vue index 6a06696c..ab6afea9 100644 --- a/src/views/wpm_bx/mlogbw_check.vue +++ b/src/views/wpm_bx/mlogbw_check.vue @@ -159,7 +159,7 @@ >取消 { - - // }) + let index = that.mlogbwlist.indexOf(row); + that.mlogbwlist[index][item.defect_name] = row[item.defect_name]; }, //表单提交方法 mlogbwSubmit() {