From e15d032770157952bab8d9b15177ac03d736851c Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期六, 09 五月 2026 17:34:53 +0800
Subject: [PATCH] 医疗信息
---
src/api/businessApi/decide.js | 32 ++++++++++++++++++++++++++++++++
1 files changed, 32 insertions(+), 0 deletions(-)
diff --git a/src/api/businessApi/decide.js b/src/api/businessApi/decide.js
index e69de29..5e2e70b 100644
--- a/src/api/businessApi/decide.js
+++ b/src/api/businessApi/decide.js
@@ -0,0 +1,32 @@
+import request from '@/utils/request'
+
+// 妗堜緥鍒楄〃鍙婅鎯�
+export function queryDathInfoBaseInfo(data) {
+ return request({
+ url: '/project/deathinfo/queryDathInfoBaseInfo',
+ method: 'post',
+ data: data
+ })
+}
+// 姝讳骸淇℃伅淇敼
+export function deathinfoedit(data) {
+ return request({
+ url: '/project/deathinfo/edit',
+ method: 'post',
+ data: data
+ })
+}
+export function deathinfoadd(data) {
+ return request({
+ url: '/project/deathinfo/add',
+ method: 'post',
+ data: data
+ })
+}
+// 姝讳骸淇℃伅璇︽儏
+export function deathinfoInfo(id) {
+ return request({
+ url: '/project/deathinfo/getInfo/' + id,
+ method: 'get'
+ })
+}
--
Gitblit v1.9.3