From d654588e65d44cc193c124b0a5d77cfd1d53346f Mon Sep 17 00:00:00 2001 From: xuziqiang <1344691446@qq.com> Date: Tue, 25 Jun 2024 14:52:13 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=94=A8=E6=88=B7=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hx-ai-intelligent/src/icon/deptLink.svg | 4 + hx-ai-intelligent/src/icon/orgLink.svg | 4 + .../view/organizationManage/usermanage/index.vue | 982 +++++++++++---------- lib/component/tree/props.ts | 1 + lib/component/tree/tree-api.vue | 61 +- lib/saas/asset/icon/noResource.svg | 10 + lib/saas/view/service/error-403.vue | 3 +- lib/util/http/axios.ts | 1 + 8 files changed, 571 insertions(+), 495 deletions(-) create mode 100644 hx-ai-intelligent/src/icon/deptLink.svg create mode 100644 hx-ai-intelligent/src/icon/orgLink.svg create mode 100644 lib/saas/asset/icon/noResource.svg diff --git a/hx-ai-intelligent/src/icon/deptLink.svg b/hx-ai-intelligent/src/icon/deptLink.svg new file mode 100644 index 0000000..5e2f3d4 --- /dev/null +++ b/hx-ai-intelligent/src/icon/deptLink.svg @@ -0,0 +1,4 @@ + + + + diff --git a/hx-ai-intelligent/src/icon/orgLink.svg b/hx-ai-intelligent/src/icon/orgLink.svg new file mode 100644 index 0000000..b4bce49 --- /dev/null +++ b/hx-ai-intelligent/src/icon/orgLink.svg @@ -0,0 +1,4 @@ + + + + diff --git a/hx-ai-intelligent/src/view/organizationManage/usermanage/index.vue b/hx-ai-intelligent/src/view/organizationManage/usermanage/index.vue index 809d6b6..3eb3549 100644 --- a/hx-ai-intelligent/src/view/organizationManage/usermanage/index.vue +++ b/hx-ai-intelligent/src/view/organizationManage/usermanage/index.vue @@ -4,26 +4,14 @@
-
关联企业
-
- - - - -
+ + +
-
关联部门
+ + + +
@@ -87,520 +80,551 @@
- + diff --git a/lib/saas/asset/icon/noResource.svg b/lib/saas/asset/icon/noResource.svg new file mode 100644 index 0000000..75a79ea --- /dev/null +++ b/lib/saas/asset/icon/noResource.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/lib/saas/view/service/error-403.vue b/lib/saas/view/service/error-403.vue index 5db1673..9911989 100644 --- a/lib/saas/view/service/error-403.vue +++ b/lib/saas/view/service/error-403.vue @@ -3,7 +3,7 @@ - +
@@ -43,6 +43,7 @@ display: flex; align-items: center; justify-content: center; + padding-top: 200px; img { width: 240px; height: 240px; diff --git a/lib/util/http/axios.ts b/lib/util/http/axios.ts index c0fe1aa..0be263f 100644 --- a/lib/util/http/axios.ts +++ b/lib/util/http/axios.ts @@ -78,6 +78,7 @@ export class NSAxios { const errCodeMap = new Map([ [13, ''], [1, ''], + [3005, ''], [10086, () => routerConfig.logout()], ]);