From f234eb8d0913b6989e9639c0dd1aa60e084f2e50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E5=BF=83=E5=AE=87?= Date: Tue, 13 Jun 2023 12:48:46 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=B9=E8=89=B2=E4=B8=93=E5=8C=BA=E5=90=88?= =?UTF-8?q?=E4=BD=9C=E4=BC=99=E4=BC=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/forge/Information/Pages/headerPage.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/forge/Information/Pages/headerPage.jsx b/src/forge/Information/Pages/headerPage.jsx index 37eb36099..ef34b4b14 100644 --- a/src/forge/Information/Pages/headerPage.jsx +++ b/src/forge/Information/Pages/headerPage.jsx @@ -23,6 +23,7 @@ function HeaderPage(props){ getProjectList(); getNewsList(); getPersonList(); + getPartnerList(); } },[id])