From 698ee60142a38c285e1c1edf14ce1779f12af584 Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Fri, 1 Dec 2023 11:12:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E6=B5=81=E7=A8=8B=E6=8A=84?= =?UTF-8?q?=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- supervise-portal-ui/src/api/system/postManage/index.js | 8 ++++++++ .../src/views/copyofprocess/liuchengchasongguanli.vue | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) 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 @@