From 67ff7fff12b672fb4214488ea606728ba118cf2d Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期三, 11 三月 2026 15:02:24 +0800
Subject: [PATCH] 青岛档案信息维护

---
 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