diff --git a/src/views/wpm_bx/handover.vue b/src/views/wpm_bx/handover.vue index 38bbab16..c69e0b29 100644 --- a/src/views/wpm_bx/handover.vue +++ b/src/views/wpm_bx/handover.vue @@ -72,7 +72,7 @@
新批次号:{{ props.row.new_batch }}
diff --git a/src/views/wpm_bx/handover_form.vue b/src/views/wpm_bx/handover_form.vue index c55080f4..f284322a 100644 --- a/src/views/wpm_bx/handover_form.vue +++ b/src/views/wpm_bx/handover_form.vue @@ -833,7 +833,9 @@ export default { let indexs = 0,arr =[]; if( that.form.handoverb&&that.form.handoverb.length>0){ arr = that.form.handoverb.filter((item,index) => { - indexs = index; + if(item.wm == res[0].wm){ + indexs = index; + } return item.wm == res[0].wm; }) }