From d18c9be671590d591f67443d438a38e6a31844a2 Mon Sep 17 00:00:00 2001 From: shijing Date: Mon, 14 Jul 2025 11:14:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=8E=BB=E7=BA=A4wpr=E6=A3=80=E9=AA=8C?= =?UTF-8?q?=E8=A1=A8=E4=B8=AD=E6=A3=80=E9=AA=8C=E6=9D=BF=E6=AE=B5=E6=A8=A1?= =?UTF-8?q?=E7=B3=8A=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_bx/mlogbw_check.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/views/wpm_bx/mlogbw_check.vue b/src/views/wpm_bx/mlogbw_check.vue index ae7cc7f4..583953ad 100644 --- a/src/views/wpm_bx/mlogbw_check.vue +++ b/src/views/wpm_bx/mlogbw_check.vue @@ -27,7 +27,7 @@ 检验 批量操作 - 批量操作 + { - if(item.number == that.wprInputText){ + let indexs = item.number.indexOf(that.wprInputText) + if(indexs>-1&&that.wprInputText !== ""){ + // console.log(item.number,that.wprInputText,indexs,indexs>-1); + // if(item.number == that.wprInputText){ let obj = Object.assign({},item); obj.isEdit = true; that.mlogbwlist.splice(index,1);