From 5c929cfb5286a31a4e067cbc61e8774f4e7d42ae Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期二, 06 五月 2025 11:25:41 +0800
Subject: [PATCH] 任务查看:任务名称undefined解决

---
 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