From 69b975aad77dea4c6c10a21b278248ce091f54eb Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期四, 10 四月 2025 16:33:51 +0800 Subject: [PATCH] 项目金额相关都改成数字输入筐 --- src/api/flowable/todo.js | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/api/flowable/todo.js b/src/api/flowable/todo.js index 436efa4..007f685 100644 --- a/src/api/flowable/todo.js +++ b/src/api/flowable/todo.js @@ -131,6 +131,14 @@ params: query }) } +// 褰撳墠鑺傜偣琛ㄥ崟鏁版嵁 +export function currentFlowTaskForm(query) { + return request({ + url: '/flowable/task/current/flowTaskForm', + method: 'get', + params: query + }) +} // 娴佺▼鑺傜偣鏌ョ湅璇︽儏琛ㄥ崟 export function flowTaskFormDetail(processInsId, taskId) { return request({ -- Gitblit v1.8.0