zrj
2024-06-07 b07a3a9dcb89f9785b7b001d2d26b167376d597e
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",