From b07a3a9dcb89f9785b7b001d2d26b167376d597e Mon Sep 17 00:00:00 2001
From: zrj <646384940@qq.com>
Date: Fri, 07 Jun 2024 11:43:49 +0800
Subject: [PATCH] 接口代理修改
---
src/views/system/dept.vue | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/views/system/dept.vue b/src/views/system/dept.vue
index 5caff7e..d5eefd8 100644
--- a/src/views/system/dept.vue
+++ b/src/views/system/dept.vue
@@ -36,7 +36,7 @@
add,
getDept,
getDeptTree
-} from "@/api/system/dept"
+} from "@/ssoapi/system/dept"
import { mapGetters } from "vuex"
import website from '@/config/website'
@@ -82,7 +82,7 @@
label: "所属租户",
prop: "tenantId",
type: "tree",
- dicUrl: "/api/blade-system/tenant/select",
+ dicUrl: "/ssoapi/blade-system/tenant/select",
addDisplay: false,
editDisplay: false,
viewDisplay: false,
@@ -130,7 +130,7 @@
{
label: "机构类型",
type: "select",
- dicUrl: "/api/blade-system/dict/dictionary?code=org_category",
+ dicUrl: "/ssoapi/blade-system/dict/dictionary?code=org_category",
props: {
label: "dictValue",
value: "dictKey"
@@ -148,7 +148,7 @@
{
label: "机构性质",
type: "select",
- dicUrl: "/api/blade-system/dict/dictionary?code=org_nature",
+ dicUrl: "/ssoapi/blade-system/dict/dictionary?code=org_nature",
props: {
label: "dictValue",
value: "dictKey"
@@ -168,7 +168,7 @@
label: "管辖区域",
prop: "regionCode",
type: "tree",
- dicUrl: "/api/blade-system/region/tree?deptNature={{deptNature}}",
+ dicUrl: "/ssoapi/blade-system/region/tree?deptNature={{deptNature}}",
props: {
label: "name",
value: "id",
--
Gitblit v1.9.3