diff --git a/public/img/sship/dept10.png b/public/img/sship/dept10.png new file mode 100644 index 0000000..21de796 Binary files /dev/null and b/public/img/sship/dept10.png differ diff --git a/public/img/sship/dept11.png b/public/img/sship/dept11.png new file mode 100644 index 0000000..3b59320 Binary files /dev/null and b/public/img/sship/dept11.png differ diff --git a/public/img/sship/dept12.png b/public/img/sship/dept12.png new file mode 100644 index 0000000..337a581 Binary files /dev/null and b/public/img/sship/dept12.png differ diff --git a/public/img/sship/dept13.png b/public/img/sship/dept13.png new file mode 100644 index 0000000..025ab70 Binary files /dev/null and b/public/img/sship/dept13.png differ diff --git a/public/img/sship/dept14.png b/public/img/sship/dept14.png new file mode 100644 index 0000000..c9daf84 Binary files /dev/null and b/public/img/sship/dept14.png differ diff --git a/public/img/sship/dept15.png b/public/img/sship/dept15.png new file mode 100644 index 0000000..80ab754 Binary files /dev/null and b/public/img/sship/dept15.png differ diff --git a/public/img/sship/dept16.png b/public/img/sship/dept16.png new file mode 100644 index 0000000..ee072b6 Binary files /dev/null and b/public/img/sship/dept16.png differ diff --git a/public/img/sship/dept17.png b/public/img/sship/dept17.png new file mode 100644 index 0000000..dd26145 Binary files /dev/null and b/public/img/sship/dept17.png differ diff --git a/public/img/sship/dept18.png b/public/img/sship/dept18.png new file mode 100644 index 0000000..496d8e6 Binary files /dev/null and b/public/img/sship/dept18.png differ diff --git a/src/d3-org-chart.js b/src/d3-org-chart.js index f6d466c..0126bb5 100644 --- a/src/d3-org-chart.js +++ b/src/d3-org-chart.js @@ -964,6 +964,9 @@ export class OrgChart { }) .remove(); + //实线设置 + //linkUpdate.style('stroke-dasharray', 'none'); + // -------------------------- CONNECTIONS ---------------------- const connectionsSel = attrs.connectionsWrapper diff --git a/src/pages/user.jsx b/src/pages/user.jsx index e425f90..670377a 100644 --- a/src/pages/user.jsx +++ b/src/pages/user.jsx @@ -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) => {