| | |
| | | |
| | | <script> |
| | | import { mapGetters } from "vuex" |
| | | import { modelList, removeModel, deployModel, submitModel, detail } from "@/api/flow/flow" |
| | | import { modelList, removeModel, deployModel, submitModel, detail } from "@/ssoapi/flow/flow" |
| | | import { flowCategory } from "@/util/flow" |
| | | |
| | | export default { |
| | |
| | | { |
| | | label: "流程类型", |
| | | type: "select", |
| | | dicUrl: "/api/blade-system/dict/dictionary?code=flow", |
| | | dicUrl: "/ssoapi/blade-system/dict/dictionary?code=flow", |
| | | props: { |
| | | label: "dictValue", |
| | | value: "dictKey" |
| | |
| | | prop: "tenantId", |
| | | type: "tree", |
| | | multiple: true, |
| | | dicUrl: "/api/blade-system/tenant/select", |
| | | dicUrl: "/ssoapi/blade-system/tenant/select", |
| | | props: { |
| | | label: "tenantName", |
| | | value: "tenantId" |