| | |
| | | update, |
| | | add, |
| | | getCommunity |
| | | } from "@/api/community/index" |
| | | } from "@/ssoapi/community/index" |
| | | import { |
| | | mapGetters |
| | | } from "vuex" |
| | |
| | | parent: false, |
| | | prop: "streetCode", |
| | | type: "tree", |
| | | dicUrl: "/api/blade-system/region/getTownTree", |
| | | dicUrl: "/ssoapi/blade-system/region/getTownTree", |
| | | props: { |
| | | label: "name", |
| | | value: "id" |
| | |
| | | prop: "resPoliceUserId", |
| | | type: "tree", |
| | | multiple: true, |
| | | dicUrl: "/api/blade-system/user/getUserListByParam?roleName=民警", |
| | | dicUrl: "/ssoapi/blade-system/user/getUserListByParam?roleName=民警", |
| | | props: { |
| | | label: "name", |
| | | value: "id" |
| | |
| | | prop: "picUrl", |
| | | type: "upload", |
| | | listType: "picture-img", |
| | | action: "/api/blade-resource/oss/endpoint/put-file", |
| | | action: "/ssoapi/blade-resource/oss/endpoint/put-file", |
| | | propsHttp: { |
| | | res: "data", |
| | | url: "link", |
| | |
| | | prop: "remark", |
| | | component: "AvueUeditor", |
| | | options: { |
| | | action: "/api/blade-resource/oss/endpoint/put-file", |
| | | action: "/ssoapi/blade-resource/oss/endpoint/put-file", |
| | | props: { |
| | | res: "data", |
| | | url: "link", |