From 70d90876ee21f4b76dce588ed7ed5487d29e85ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Thu, 7 Aug 2025 09:53:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9C=AC=E5=9C=B0=E7=94=9F?= =?UTF-8?q?=E6=B4=BB=E5=95=86=E5=AE=B6=E5=88=86=E7=B1=BB=E7=9A=84=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/localLife/index/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/localLife/index/index.vue b/packages/localLife/index/index.vue index 88ea3f16..b52f736e 100644 --- a/packages/localLife/index/index.vue +++ b/packages/localLife/index/index.vue @@ -39,7 +39,7 @@
@@ -82,6 +82,7 @@
{ + res.rows = res.rows.filter((item) => item.is_visible == 1) console.log(res); // 将数据分成每10个一组 const chunkSize = 10;