| | |
| | | } from "vuex" |
| | | import { |
| | | doneList |
| | | } from "@/api/work/work" |
| | | } from "@/ssoapi/work/work" |
| | | import { |
| | | flowCategory, |
| | | flowRoute |
| | |
| | | label: "流程分类", |
| | | type: "select", |
| | | row: true, |
| | | dicUrl: "/api/blade-system/dict/dictionary?code=flow", |
| | | dicUrl: "/ssoapi/blade-system/dict/dictionary?code=flow", |
| | | props: { |
| | | label: "dictValue", |
| | | value: "dictKey" |
| | |
| | | searchSpan: 5, |
| | | // search: true, |
| | | type: 'tree', |
| | | dicUrl: `/api/blade-district/district/getDistrictTree`, |
| | | dicUrl: `/ssoapi/blade-district/district/getDistrictTree`, |
| | | props: { |
| | | label: "name", |
| | | value: "id" |