From 9c2d854d62aa70e4753f43fbede7960381b9804b Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: 星期四, 06 十一月 2025 14:01:41 +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