From 8f17ab71d2e42ff02902dbd1005e10c6032d8d85 Mon Sep 17 00:00:00 2001 From: wyw <571921741@qq.com> Date: Thu, 27 Nov 2025 12:33:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=AC=E5=8F=B8=E5=9F=B9=E8=AE=AD=E9=9C=80?= =?UTF-8?q?=E6=B1=82=E8=B0=83=E6=9F=A5=E7=BB=9F=E8=AE=A1=E8=A1=A8=20?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E9=94=99=E8=AF=AF=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CustomPages/SE/SE007AllView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/CustomPages/SE/SE007AllView.js b/src/components/CustomPages/SE/SE007AllView.js index ef15fc9..de2e9d9 100644 --- a/src/components/CustomPages/SE/SE007AllView.js +++ b/src/components/CustomPages/SE/SE007AllView.js @@ -84,7 +84,7 @@ class SE007AllView extends React.Component { report: 0, }) } - let name = it.Nav_User.Nav_Department.NAME; + let name = it.Nav_User?.Nav_Department?.NAME; if (name == '宁化行洛坑钨矿有限公司') { name = '公司领导'; }