From d328bd467ffcb660e81d546a0b242e39320acb6d Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期四, 05 六月 2025 09:53:30 +0800
Subject: [PATCH] 系统名称调整、登录页调整、项目新增发起依据

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

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

--
Gitblit v1.8.0