zrj
2024-06-07 b07a3a9dcb89f9785b7b001d2d26b167376d597e
src/views/flow/model.vue
@@ -55,7 +55,7 @@
<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 {
@@ -68,7 +68,7 @@
                    {
                        label: "流程类型",
                        type: "select",
                        dicUrl: "/api/blade-system/dict/dictionary?code=flow",
                        dicUrl: "/ssoapi/blade-system/dict/dictionary?code=flow",
                        props: {
                            label: "dictValue",
                            value: "dictKey"
@@ -113,7 +113,7 @@
                        prop: "tenantId",
                        type: "tree",
                        multiple: true,
                        dicUrl: "/api/blade-system/tenant/select",
                        dicUrl: "/ssoapi/blade-system/tenant/select",
                        props: {
                            label: "tenantName",
                            value: "tenantId"