| | |
| | | </template> |
| | | |
| | | <script> |
| | | import { getPersonPublicSelect } from "@/api/public" |
| | | import { getDetatils as householdDetail } from "@/api/userHouse/list/houseHold" |
| | | import { getList, remove, update, add, getGridWorkLog } from "@/api/grid/gridWorkLog" |
| | | import { getList as getHouseholdList, getDetatils as getHouseholdDetail } from "@/api/userHouse/list/houseHold" |
| | | import { getPersonPublicSelect } from "@/ssoapi/public" |
| | | import { getDetatils as householdDetail } from "@/ssoapi/userHouse/list/houseHold" |
| | | import { getList, remove, update, add, getGridWorkLog } from "@/ssoapi/grid/gridWorkLog" |
| | | import { getList as getHouseholdList, getDetatils as getHouseholdDetail } from "@/ssoapi/userHouse/list/houseHold" |
| | | import { mapGetters } from "vuex" |
| | | import website from '@/config/website' |
| | | |
| | |
| | | search: true, |
| | | searchLabelWidth: 76, |
| | | type: "select", |
| | | dicUrl: "/api/blade-system/dict-biz/dictionary?code=haveType", |
| | | dicUrl: "/ssoapi/blade-system/dict-biz/dictionary?code=haveType", |
| | | dataType: "number", |
| | | props: { |
| | | label: "dictValue", |
| | |
| | | prop: "personType", |
| | | span: 12, |
| | | type: "tree", |
| | | dicUrl: "/api/blade-label/label/getLabelList?parentId=100", |
| | | dicUrl: "/ssoapi/blade-label/label/getLabelList?parentId=100", |
| | | props: { |
| | | label: "name", |
| | | value: "id" |
| | |
| | | listType: "picture-card", |
| | | dataType: "string", |
| | | multiple: true, |
| | | action: "/api/blade-resource/oss/endpoint/put-file", |
| | | action: "/ssoapi/blade-resource/oss/endpoint/put-file", |
| | | propsHttp: { |
| | | res: "data", |
| | | name: 'name', |
| | |
| | | }, |
| | | |
| | | getUserList (param = '') { |
| | | let dicUrl = `/api/blade-household/household/selectHouseholdList?labelId=${param}&searchKey={{key}}&limit=20` |
| | | let dicUrl = `/ssoapi/blade-household/household/selectHouseholdList?labelId=${param}&searchKey={{key}}&limit=20` |
| | | const column = this.findObject(this.option.column, "householdId") |
| | | column.dicUrl = dicUrl |
| | | }, |