zrj
2024-06-07 b07a3a9dcb89f9785b7b001d2d26b167376d597e
src/views/property/partyOrganization.vue
@@ -25,7 +25,7 @@
<script>
import { mapGetters } from "vuex"
import { getDetail, getList, add, update, remove } from "@/api/partyOrganization/partyOrganization"
import { getDetail, getList, add, update, remove } from "@/ssoapi/partyOrganization/partyOrganization"
import website from "@/config/website"
import func from "@/util/func"
import { validatePhone } from "@/util/validate"
@@ -77,7 +77,7 @@
                        searchLabelWidth: 76,
                        width: 150,
                        type: "tree",
                        dicUrl: "/api/blade-system/region/tree",
                        dicUrl: "/ssoapi/blade-system/region/tree",
                        props: {
                            label: "name",
                            value: "id"
@@ -108,7 +108,7 @@
                        prop: "organizationType",
                        checkStrictly: true,
                        hide: true,
                        dicUrl: "/api/blade-system/dict-biz/dictionary?code=organizationType",
                        dicUrl: "/ssoapi/blade-system/dict-biz/dictionary?code=organizationType",
                        props: {
                            label: "dictValue",
                            value: "dictKey",
@@ -125,7 +125,7 @@
                        label: "支部类型",
                        prop: "branchType",
                        checkStrictly: true,
                        dicUrl: "/api/blade-system/dict-biz/dictionary?code=branchType",
                        dicUrl: "/ssoapi/blade-system/dict-biz/dictionary?code=branchType",
                        props: {
                            label: "dictValue",
                            value: "dictKey",
@@ -193,7 +193,7 @@
                        hide: true,
                        type: "upload",
                        listType: "picture-img",
                        action: "/api/blade-resource/oss/endpoint/put-file",
                        action: "/ssoapi/blade-resource/oss/endpoint/put-file",
                        propsHttp: {
                            res: "data",
                            name: 'name',
@@ -247,7 +247,7 @@
                        span: 24,
                        component: "AvueUeditor",
                        options: {
                            action: "/api/blade-resource/oss/endpoint/put-file",
                            action: "/ssoapi/blade-resource/oss/endpoint/put-file",
                            props: {
                                res: "data",
                                url: "link",