From 3972ad72f44a3f4f8a0a9910493927bda8ca8036 Mon Sep 17 00:00:00 2001 From: caishi <1149225589@qq.com> Date: Mon, 29 Apr 2024 14:07:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=93=E5=8C=BA=E6=96=87=E7=AB=A0=E5=8A=A0?= =?UTF-8?q?=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/forge/Information/Pages/selfList.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/forge/Information/Pages/selfList.jsx b/src/forge/Information/Pages/selfList.jsx index 76b888ab..f64cb551 100644 --- a/src/forge/Information/Pages/selfList.jsx +++ b/src/forge/Information/Pages/selfList.jsx @@ -22,7 +22,8 @@ function SelfList(props){ const pathname = props.location.pathname; const { deptId} = props.match.params; const { id , temp , data } = props; - const { sectionCmsTitle } = data; + // const { sectionCmsTitle } = data; + const sectionCmsTitle = data && data.sectionCmsTitle; const limit = 15; useEffect(()=>{