From 04ae10aa40480be2873b14cd211567ffdd6fc374 Mon Sep 17 00:00:00 2001 From: shijing Date: Wed, 4 Mar 2026 16:52:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=B4=A8=E6=A3=80=E7=BB=9F=E8=AE=A1?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/statistics/good_check_gx.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/statistics/good_check_gx.vue b/src/views/statistics/good_check_gx.vue index 5347b899..e109fd5f 100644 --- a/src/views/statistics/good_check_gx.vue +++ b/src/views/statistics/good_check_gx.vue @@ -565,7 +565,7 @@ export default { obj.compare = "lte"; obj.field = "data__外观检验_返修_日期"; } - if(that.query.batch.indexOf(' ')>-1){ + if(that.query.batch != "" && that.query.batch != null && that.query.batch != undefined&&that.query.batch.indexOf(' ')){ let arrs = that.query.batch.split(' '); arrs.forEach((item,index)=>{ let newArrayName1 = 'arr1' + index;