From 4b63edeae3d84d09b706338c723ac52a400f7c65 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期四, 13 三月 2025 11:15:38 +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