diff --git a/supervise-portal-ui/src/api/system/postManage/index.js b/supervise-portal-ui/src/api/system/postManage/index.js index 1935cad9..25659615 100644 --- a/supervise-portal-ui/src/api/system/postManage/index.js +++ b/supervise-portal-ui/src/api/system/postManage/index.js @@ -76,3 +76,11 @@ export function selectList(data){ params: data }) } + +// 查询所有流程名称 +export function selectFlowList(){ + return request({ + url: '/flowable/v1/flow/selectFlowList', + method: 'get' + }) +} diff --git a/supervise-portal-ui/src/views/copyofprocess/liuchengchasongguanli.vue b/supervise-portal-ui/src/views/copyofprocess/liuchengchasongguanli.vue index acdac382..7a1420af 100644 --- a/supervise-portal-ui/src/views/copyofprocess/liuchengchasongguanli.vue +++ b/supervise-portal-ui/src/views/copyofprocess/liuchengchasongguanli.vue @@ -57,7 +57,7 @@