组织架构图新增需求

This commit is contained in:
Chengliang 2025-01-16 17:21:18 +08:00
parent 1ae27893ab
commit a4ecbb9aab
2 changed files with 2 additions and 5 deletions

View File

@ -190,10 +190,7 @@ export default function companyPage() {
} style="width: 110px;margin: 0 auto;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;-o-text-overflow:ellipsis;
line-height: 18px;word-break: break-all;">${d.data.fname}</div>
<div style="display: ${statisticsStyle}">
<span style="color:red;display: ${flevelStyle}">${
d.data.staffNum
} /</span>
<span style="color:green">${d.data.onJobNum}</span>
<span style="color:red;}">${d.data.staffNum}</span>
</div>
</div>
</div>

View File

@ -99,7 +99,7 @@ export default function userPage() {
//
useEffect(() => {
document.cookie =
'ecology_JSessionid=aaaOSu6bA71rZb9EYCuhz; JSESSIONID=aaaOSu6bA71rZb9EYCuhz; Systemlanguid=7; languageidweaver=7; loginuuids=1; loginidweaver=sysadmin;';
'ecology_JSessionid=aaaeWhKSNuWbn-2hVmKrz; JSESSIONID=aaaeWhKSNuWbn-2hVmKrz; Systemlanguid=7; languageidweaver=7; loginidweaver=sysadmin; loginuuids=1;';
d3.json(
'/api/bs/hrmorganization/orgchart/userData?fclass=0&fisvitual=0&root=0&level=3&id=0',
).then((data) => {