From 46217fc12990a709a3eb526cc158a78f7c032cc6 Mon Sep 17 00:00:00 2001 From: ygx Date: Tue, 27 Jan 2026 22:08:15 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A4=A7=E5=B1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../items/components/ProjectItemsList/hooks/useData.hook.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/project/items/components/ProjectItemsList/hooks/useData.hook.ts b/src/views/project/items/components/ProjectItemsList/hooks/useData.hook.ts index 86aa232..d60efbe 100644 --- a/src/views/project/items/components/ProjectItemsList/hooks/useData.hook.ts +++ b/src/views/project/items/components/ProjectItemsList/hooks/useData.hook.ts @@ -25,7 +25,8 @@ export const useDataListInit = (filterState?: number) => { loading.value = true const params: any = { page: paginat.page, - size: paginat.limit + size: paginat.limit, + state: 0 } // 如果有 filterState 参数,添加到请求中 if (filterState !== undefined) {