From d346ee159821d8584b73644fc7592e0ed9ce012e Mon Sep 17 00:00:00 2001 From: shijing Date: Tue, 2 Dec 2025 16:15:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=8E=BB=E7=BA=A4=E4=BA=A4=E6=8E=A5?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_bx/handover_form.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/wpm_bx/handover_form.vue b/src/views/wpm_bx/handover_form.vue index a39a5a1b..efc6e4fa 100644 --- a/src/views/wpm_bx/handover_form.vue +++ b/src/views/wpm_bx/handover_form.vue @@ -613,7 +613,7 @@ export default { that.change_batch = true; } that.form.handoverb = data?data:[]; - if(data.length>0){ + if(data&&data!==''&&data.length>0){ that.totalCount = 0; data.forEach((item,index)=>{ that.totalCount += Number(item.count);