From 496a6d8eaa69feba1d30954a2d9113cbe10ddb73 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: 星期二, 18 十一月 2025 09:40:09 +0800
Subject: [PATCH] 修改

---
 src/api/staffManage/staff.js |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/src/api/staffManage/staff.js b/src/api/staffManage/staff.js
index 410505e..2774bee 100644
--- a/src/api/staffManage/staff.js
+++ b/src/api/staffManage/staff.js
@@ -151,3 +151,19 @@
         params: params
     })
 }
+
+export function updateSpecialCertificate(data) {
+    return request({
+        url: '/system/user/specialCertificate',
+        method: 'put',
+        data: data
+    })
+}
+
+export function getDepEmpsDetail(params) {
+    return request({
+        url: '/system/user/getUserData',
+        method: 'get',
+        params: params
+    })
+}

--
Gitblit v1.9.2