From be2674c8827dcff74092b6e6ed45bfa5a4fdc5d6 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期二, 25 二月 2025 23:12:16 +0800
Subject: [PATCH] 项目投资及资金来源:金额自动合计

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

diff --git a/src/api/flowable/process.js b/src/api/flowable/process.js
index c5d1121..d756ebf 100644
--- a/src/api/flowable/process.js
+++ b/src/api/flowable/process.js
@@ -35,6 +35,15 @@
   })
 }
 
+// 瀹屾垚琛ㄥ崟鎻愪氦浠诲姟/鏅�氭彁浜や换鍔�
+export function completeSubmitFormTask(taskId, data) {
+  return request({
+    url: '/flowable/task/complete/form/' + taskId,
+    method: 'post',
+    data: data
+  })
+}
+
 // 鍙栨秷鐢宠
 export function stopProcess(data) {
   return request({

--
Gitblit v1.8.0