zrj
2024-06-07 b07a3a9dcb89f9785b7b001d2d26b167376d597e
src/views/work/send.vue
@@ -26,7 +26,7 @@
<script>
import { mapGetters } from "vuex"
import { sendList } from "@/api/work/work"
import { sendList } from "@/ssoapi/work/work"
import { flowCategory, flowRoute } from "@/util/flow"
export default {
@@ -70,7 +70,7 @@
                        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"