| | |
| | | |
| | | <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" |
| | |
| | | searchLabelWidth: 76, |
| | | width: 150, |
| | | type: "tree", |
| | | dicUrl: "/api/blade-system/region/tree", |
| | | dicUrl: "/ssoapi/blade-system/region/tree", |
| | | props: { |
| | | label: "name", |
| | | value: "id" |
| | |
| | | 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", |
| | |
| | | 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", |
| | |
| | | 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', |
| | |
| | | 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", |