From 9e4ea4987852902539e91ec438150c1deaa89742 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: 星期五, 25 七月 2025 17:15:04 +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