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);