From bd02920548b2c867704f64d6feff0d96e0227fcc Mon Sep 17 00:00:00 2001
From: yxh <172933527@qq.com>
Date: 星期三, 17 五月 2023 09:41:51 +0800
Subject: [PATCH] 修改了财务审批

---
 src/api/project/fund.js |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/src/api/project/fund.js b/src/api/project/fund.js
index 5deda83..a95a25d 100644
--- a/src/api/project/fund.js
+++ b/src/api/project/fund.js
@@ -160,4 +160,12 @@
   })
 }
 
-// /project/itemexpense/getDetailsByItemId/{itemid}
\ No newline at end of file
+// /project/itemexpense/getDetailsByItemId/{itemid}
+
+// 鍚屾鐢宠鍗曞埌鍏变韩琛�
+export function addFundSharedInfo(id) {
+  return request({
+    url: '/project/fund/addFundSharedInfo/' + id,
+    method: 'get'
+  })
+}
\ No newline at end of file

--
Gitblit v1.9.3