From 85e935b85bbae57e4ec1fab28d7027b867998ec2 Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: 星期二, 29 七月 2025 16:14:11 +0800
Subject: [PATCH] 修改新增
---
src/api/staffManage/staff.js | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/src/api/staffManage/staff.js b/src/api/staffManage/staff.js
index e07231e..da52611 100644
--- a/src/api/staffManage/staff.js
+++ b/src/api/staffManage/staff.js
@@ -71,6 +71,13 @@
data: data
})
}
+export function uploadTemplate(data) {
+ return request({
+ url: '/company/industryTemplate/upload',
+ method: 'post',
+ data: data
+ })
+}
export function delSysClause(params) {
return request({
@@ -110,4 +117,4 @@
method: 'get',
params: params
})
-}
\ No newline at end of file
+}
--
Gitblit v1.9.2