zrj
2024-06-07 fa0fc3195858a592d2ad1bdad0fa6126602ebf55
src/views/work/done.vue
@@ -30,7 +30,7 @@
} from "vuex"
import {
    doneList
} from "@/api/work/work"
} from "@/ssoapi/work/work"
import {
    flowCategory,
    flowRoute
@@ -71,12 +71,13 @@
                delBtn: false,
                dialogWidth: 900,
                dialogClickModal: false,
                header:false,
                column: [
                    {
                        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"
@@ -101,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"