From 31d78dd4e988cfce8f0a16678f2041849cc0dce3 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期五, 06 六月 2025 18:07:52 +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