修复显示数问题

This commit is contained in:
Chengliang 2024-05-11 10:01:25 +08:00
parent d6af9ee836
commit b708c6608d
1 changed files with 2 additions and 1 deletions

View File

@ -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) {