From be57c60a2b1ce03ebdd264176149c52870c0b760 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: 星期二, 11 十一月 2025 10:52:28 +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