From d2fabf46957e2248b45b2842ad66ca31d9347c27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E6=80=9D?= Date: Mon, 13 Oct 2025 17:07:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=88=87=E6=8D=A2=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E5=88=86=E7=B1=BB=E6=9C=AA=E6=B8=85=E9=99=A4=E6=A0=87?= =?UTF-8?q?=E7=AD=BEid=E5=AF=BC=E8=87=B4=E5=88=97=E8=A1=A8=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E4=B8=8D=E5=88=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/forge/Main/projectHomeNew/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/forge/Main/projectHomeNew/index.jsx b/src/forge/Main/projectHomeNew/index.jsx index a8f30522..fdffb6a2 100644 --- a/src/forge/Main/projectHomeNew/index.jsx +++ b/src/forge/Main/projectHomeNew/index.jsx @@ -143,7 +143,7 @@ function ProjectHomePage(props) { cateList && cateList.length > 0 ? cateList.map((i, k) => { return ( - {setPage(1);setCateID(i.id)}}>{i.name} + {setPage(1);setCateID(i.id);setTopicId(undefined)}}>{i.name} ) }) : ""