zrj
2024-06-07 b07a3a9dcb89f9785b7b001d2d26b167376d597e
src/views/work/todo.vue
@@ -33,7 +33,7 @@
} from "vuex"
import {
    todoList
} from "@/api/work/work"
} from "@/ssoapi/work/work"
import {
    flowCategory,
    flowRoute
@@ -81,7 +81,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"
@@ -106,7 +106,7 @@
                        prop: "districtId",
                        // search: true,
                        type: 'tree',
                        dicUrl: `/api/blade-district/district/getDistrictTree`,
                        dicUrl: `/ssoapi/blade-district/district/getDistrictTree`,
                        props: {
                            label: "name",
                            value: "id"