From 10b2b1700c8fffe9c65ebb8dcaea213a73ad6ac0 Mon Sep 17 00:00:00 2001
From: yxh <172933527@qq.com>
Date: 星期五, 24 四月 2026 11:43:32 +0800
Subject: [PATCH] yxh

---
 src/api/businessApi/allocation.js |   34 ++++++++++++++++++++++++++++++++++
 1 files changed, 34 insertions(+), 0 deletions(-)

diff --git a/src/api/businessApi/allocation.js b/src/api/businessApi/allocation.js
index e69de29..dc6f7fd 100644
--- a/src/api/businessApi/allocation.js
+++ b/src/api/businessApi/allocation.js
@@ -0,0 +1,34 @@
+import request from '@/utils/request'
+
+// 妗堜緥鍒楄〃鍙婅鎯�
+export function allocationList(data) {
+  return request({
+    url: '/project/donateorganBase/getDonateorganBaseInfoList',
+    method: 'post',
+    data: data
+  })
+}
+// 姝讳骸淇℃伅淇敼
+export function allocationadd(data) {
+  return request({
+    url: '/project/donateorganBase/add',
+    method: 'post',
+    data: data
+  })
+}
+// 姝讳骸淇℃伅淇敼
+export function allocationedit(data) {
+  return request({
+    url: '/project/donateorganBase/edit',
+    method: 'post',
+    data: data
+  })
+}
+// 姝讳骸淇℃伅璇︽儏
+export function donateorganBaseinfoInfo(id) {
+  return request({
+    url: '/project/donateorganBase/getInfo/' + id,
+    method: 'get'
+  })
+}
+

--
Gitblit v1.9.3