zrj
2024-06-07 b07a3a9dcb89f9785b7b001d2d26b167376d597e
src/views/property/components/partyOrganizationMember.vue
@@ -32,9 +32,9 @@
<script>
import { mapGetters } from "vuex"
import { add, getDetail, getList, remove, update } from "@/api/partyOrganization/partyOrganizationMember"
import { add, getDetail, getList, remove, update } from "@/ssoapi/partyOrganization/partyOrganizationMember"
import { validatePhone } from "@/util/validate"
import { getAllHouseHold, getDetatils as householdDetail } from "@/api/userHouse/list/houseHold"
import { getAllHouseHold, getDetatils as householdDetail } from "@/ssoapi/userHouse/list/houseHold"
import func from "@/util/func"
import website from "@/config/website"
const labelWidth = 100
@@ -118,7 +118,7 @@
                        type: "select",
                        hide: true,
                        disabled: true,
                        dicUrl: "/api/blade-system/dict-biz/dictionary?code=sex",
                        dicUrl: "/ssoapi/blade-system/dict-biz/dictionary?code=sex",
                        dataType: "number",
                        props: {
                            label: "dictValue",
@@ -140,7 +140,7 @@
                        labelWidth: labelWidth,
                        prop: "cardType",
                        type: "select",
                        dicUrl: "/api/blade-system/dict-biz/dictionary?code=cardType",
                        dicUrl: "/ssoapi/blade-system/dict-biz/dictionary?code=cardType",
                        props: {
                            label: "dictValue",
                            value: "dictKey",
@@ -158,7 +158,7 @@
                        labelWidth: labelWidth,
                        prop: "partyMemberType",
                        type: "select",
                        dicUrl: "/api/blade-label/label/getLabelList?parentId=104",
                        dicUrl: "/ssoapi/blade-label/label/getLabelList?parentId=104",
                        props: {
                            label: "name",
                            value: "id",
@@ -175,7 +175,7 @@
                        labelWidth: labelWidth,
                        prop: "partyMemberPost",
                        type: "select",
                        dicUrl: "/api/blade-system/dict-biz/dictionary?code=partyMemberPost",
                        dicUrl: "/ssoapi/blade-system/dict-biz/dictionary?code=partyMemberPost",
                        props: {
                            label: "dictValue",
                            value: "dictKey",
@@ -267,7 +267,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',
@@ -319,7 +319,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",
@@ -395,7 +395,7 @@
        },
        getUserList (param) {
            let dicUrl = `/api/blade-household/household/getAllHouseHold?name={{key}}&regionCode=${this.row.areaId}`
            let dicUrl = `/ssoapi/blade-household/household/getAllHouseHold?name={{key}}&regionCode=${this.row.areaId}`
            const column = this.findObject(this.option.column, "householdId")
            column.dicUrl = dicUrl
        },