diff --git a/src/views/wpm_gx/handover_form.vue b/src/views/wpm_gx/handover_form.vue index f457acb3..f238d0ac 100644 --- a/src/views/wpm_gx/handover_form.vue +++ b/src/views/wpm_gx/handover_form.vue @@ -539,11 +539,13 @@ export default { obj.defect_name = item.defect_name; obj.count_cando = item.count_canhandover; obj.material = item.material; - that.totalCount += Number(obj.count); that.form.handoverb.push(obj); that.getResaveMgroups(obj.material); } }) + setTimeout(function(){ + that.countChange(); + },500) }, countChange(){ let that = this;