From a6f12be59f4d9b6272079d84ef2d81aaf1532c3c Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期四, 26 十二月 2024 23:19:59 +0800
Subject: [PATCH] 流程推进关闭优化、项目码显示临时调整、流程推进分页当前页字段调整

---
 src/api/flowable/todo.js |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/api/flowable/todo.js b/src/api/flowable/todo.js
index 276977b..6354aeb 100644
--- a/src/api/flowable/todo.js
+++ b/src/api/flowable/todo.js
@@ -131,3 +131,10 @@
     params: query
   })
 }
+// 娴佺▼鑺傜偣鏌ョ湅璇︽儏琛ㄥ崟
+export function flowTaskFormDetail(taskId) {
+  return request({
+    url: '/flowable/task/detail/' + taskId,
+    method: 'get',
+  })
+}

--
Gitblit v1.8.0