zrj
2024-06-07 b07a3a9dcb89f9785b7b001d2d26b167376d597e
src/views/work/done.vue
@@ -30,7 +30,7 @@
} from "vuex"
import {
    doneList
} from "@/api/work/work"
} from "@/ssoapi/work/work"
import {
    flowCategory,
    flowRoute
@@ -77,7 +77,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"
@@ -102,7 +102,7 @@
                        searchSpan: 5,
                        // search: true,
                        type: 'tree',
                        dicUrl: `/api/blade-district/district/getDistrictTree`,
                        dicUrl: `/ssoapi/blade-district/district/getDistrictTree`,
                        props: {
                            label: "name",
                            value: "id"