| | |
| | | </template> |
| | | |
| | | <script> |
| | | import { getList, remove, update, add, getGridman } from "@/api/grid/gridman" |
| | | import { getList, remove, update, add, getGridman } from "@/ssoapi/grid/gridman" |
| | | import { mapGetters } from "vuex" |
| | | import website from '@/config/website' |
| | | export default { |
| | |
| | | search: false, |
| | | type: "tree", |
| | | dataType: 'string', |
| | | dicUrl: "/api/blade-system/region/tree", |
| | | dicUrl: "/ssoapi/blade-system/region/tree", |
| | | props: { |
| | | label: "name", |
| | | value: "id", |
| | |
| | | value: "gridCode", |
| | | }, |
| | | dicUrl: |
| | | "/api/blade-grid/grid/getGridList?communityCode={{communityCode}}", |
| | | "/ssoapi/blade-grid/grid/getGridList?communityCode={{communityCode}}", |
| | | rules: [ |
| | | { |
| | | required: true, |
| | |
| | | prop: "picUrl", |
| | | type: "upload", |
| | | listType: "picture-img", |
| | | action: "/api/blade-resource/oss/endpoint/put-file-attach", |
| | | action: "/ssoapi/blade-resource/oss/endpoint/put-file-attach", |
| | | propsHttp: { |
| | | res: "data", |
| | | url: "link", |