增加部门背景图 及实线设置测试

This commit is contained in:
Chengliang 2024-06-11 14:18:56 +08:00
parent e7bfc7f831
commit 58c339cdad
11 changed files with 4 additions and 1 deletions

BIN
public/img/sship/dept10.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
public/img/sship/dept11.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
public/img/sship/dept12.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

BIN
public/img/sship/dept13.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
public/img/sship/dept14.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
public/img/sship/dept15.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
public/img/sship/dept16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

BIN
public/img/sship/dept17.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
public/img/sship/dept18.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

3
src/d3-org-chart.js vendored
View File

@ -964,6 +964,9 @@ export class OrgChart {
})
.remove();
//实线设置
//linkUpdate.style('stroke-dasharray', 'none');
// -------------------------- CONNECTIONS ----------------------
const connectionsSel = attrs.connectionsWrapper

View File

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