From 1abb319ce72186a2a6e5811f6d7c999531750f7c Mon Sep 17 00:00:00 2001 From: xunyingcloud Date: Thu, 5 Jun 2025 13:13:42 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20ui/src/components/front/it?= =?UTF-8?q?em.vue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/components/front/item.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/src/components/front/item.vue b/ui/src/components/front/item.vue index bc180d5..aee2662 100644 --- a/ui/src/components/front/item.vue +++ b/ui/src/components/front/item.vue @@ -82,7 +82,8 @@ const state = reactive({ total:0, page:{ page:1, - title:"" + title:"", + status:0 }, getList:[] })