From 567fef162209b607e3b430c2e931925c485f9ef9 Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Wed, 22 Feb 2023 13:55:21 +0800 Subject: [PATCH 1/5] =?UTF-8?q?=E5=AE=8C=E5=96=84=E6=B5=81=E7=A8=8B?= =?UTF-8?q?=E6=8A=84=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- anrui-system-ui/src/api/system/postManage/index.js | 9 +++++++++ .../src/views/copyofprocess/liuchengchaosongAdd.vue | 12 ++++++------ .../views/copyofprocess/liuchengchasongguanli.vue | 6 +++--- 3 files changed, 18 insertions(+), 9 deletions(-) diff --git a/anrui-system-ui/src/api/system/postManage/index.js b/anrui-system-ui/src/api/system/postManage/index.js index a7c12ba598..737cca234b 100644 --- a/anrui-system-ui/src/api/system/postManage/index.js +++ b/anrui-system-ui/src/api/system/postManage/index.js @@ -76,3 +76,12 @@ export function selectList(data){ params: data }) } + +// 查询所有流程名称 +export function selectFlowList(){ + return request({ + url: '/flowable/v1/flow/selectFlowList', + method: 'get' + }) +} + diff --git a/anrui-system-ui/src/views/copyofprocess/liuchengchaosongAdd.vue b/anrui-system-ui/src/views/copyofprocess/liuchengchaosongAdd.vue index eb99b38cea..00092ef123 100644 --- a/anrui-system-ui/src/views/copyofprocess/liuchengchaosongAdd.vue +++ b/anrui-system-ui/src/views/copyofprocess/liuchengchaosongAdd.vue @@ -23,7 +23,7 @@ - + @@ -48,10 +48,10 @@