From 1fa6ac40e2ce16e1174cec9ca538d45eeb660fdc Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期四, 05 六月 2025 18:17:56 +0800 Subject: [PATCH] 工作台 --- src/api/flowable/process.js | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/src/api/flowable/process.js b/src/api/flowable/process.js index d756ebf..65b7c7b 100644 --- a/src/api/flowable/process.js +++ b/src/api/flowable/process.js @@ -44,6 +44,15 @@ }) } +// 瀹圭己琛ヤ氦 +export function waitCompleteSubmitFormTask(taskId, data) { + return request({ + url: '/flowable/task/wait/complete/form/' + taskId, + method: 'post', + data: data + }) +} + // 鍙栨秷鐢宠 export function stopProcess(data) { return request({ -- Gitblit v1.8.0