| | |
| | | removeTask, |
| | | update, |
| | | add, |
| | | } from "@/api/task/task" |
| | | } from "@/ssoapi/task/task" |
| | | |
| | | import { |
| | | update as bailReportingUpdate, |
| | | getList as bailReportingGetList |
| | | } from "@/api/task/bailReporting" |
| | | } from "@/ssoapi/task/bailReporting" |
| | | |
| | | import { |
| | | mapGetters |
| | |
| | | parent: false, |
| | | prop: "streetCode", |
| | | type: "tree", |
| | | dicUrl: "/api/blade-system/region/getTownTree", |
| | | dicUrl: "/ssoapi/blade-system/region/getTownTree", |
| | | props: { |
| | | label: "name", |
| | | value: "id" |
| | |
| | | prop: "neiCode", |
| | | // search: true, |
| | | type: "tree", |
| | | dicUrl: "/api/blade-system/region/tree", |
| | | dicUrl: "/ssoapi/blade-system/region/tree", |
| | | props: { |
| | | label: "name", |
| | | value: "id", |
| | |
| | | searchLabelWidth: 66, |
| | | // search: true, |
| | | parent: false, |
| | | dicUrl: `/api/blade-district/district/getDistrictTree`, |
| | | dicUrl: `/ssoapi/blade-district/district/getDistrictTree`, |
| | | props: { |
| | | label: "name", |
| | | value: "aoiCode" |