From 96dd34f77d81db58f54e3d0ad4a8cc8082189a61 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期四, 16 四月 2026 13:52:27 +0800
Subject: [PATCH] 考勤相关更改

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

diff --git a/src/api/businessApi/decide.js b/src/api/businessApi/decide.js
index e69de29..9a34d31 100644
--- a/src/api/businessApi/decide.js
+++ b/src/api/businessApi/decide.js
@@ -0,0 +1,25 @@
+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 deathinfoInfo(id) {
+  return request({
+    url: '/project/deathinfo/getInfo/' + id,
+    method: 'get'
+  })
+}

--
Gitblit v1.9.3