| | |
| | | |
| | | <script> |
| | | import { mapGetters } from "vuex" |
| | | import { claimList, claimTask } from "@/api/work/work" |
| | | import { claimList, claimTask } from "@/ssoapi/work/work" |
| | | import { flowCategory, flowRoute } from "@/util/flow" |
| | | |
| | | export default { |
| | |
| | | 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" |