From 6302914c8e172caded459676482016a9e6cffb8b Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期一, 29 四月 2024 11:10:01 +0800 Subject: [PATCH] 点位完善 --- src/views/system/result/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/system/result/index.vue b/src/views/system/result/index.vue index 3d6fe12..c08c57f 100644 --- a/src/views/system/result/index.vue +++ b/src/views/system/result/index.vue @@ -234,7 +234,7 @@ }, filterData(data, tag) { if (!data) return; - if(Array.isArray(data) && !data.length) return; + if(!Array.isArray(data)) return; const tempArray = []; data.forEach((item) => { if(item.data.length) { -- Gitblit v1.8.0