From 54e47324836f34cf1b92e030058bcde15750a233 Mon Sep 17 00:00:00 2001 From: shijing Date: Fri, 12 Sep 2025 10:10:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BA=A4=E6=8E=A5=E6=80=BB=E6=95=B0?= =?UTF-8?q?=E8=AE=A1=E7=AE=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_gx/handover_form.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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;