From b708c6608d3272fc5ecab3aa5c96033562541802 Mon Sep 17 00:00:00 2001 From: Chengliang <1546584672@qq.com> Date: Sat, 11 May 2024 10:01:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=98=BE=E7=A4=BA=E6=95=B0?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/company.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/company.jsx b/src/pages/company.jsx index fa6d129..15f49e3 100644 --- a/src/pages/company.jsx +++ b/src/pages/company.jsx @@ -156,7 +156,8 @@ export default function companyPage() { }; const nodeContentRender = (d, i, arr, state) => { - let fclass = topbar.state.requestData.fclass; + let a = topbar.state.requestData.fclass; + let fclass = a == '' ? undefined : a; let statisticsStyle = fclass == 0 ? 'block' : 'none'; let headStyle = fclass == 0 ? 'none' : 'block'; if (d.data.ftype == 0) {