From 1312eeb57ff234386b53d07869e844fe68afa482 Mon Sep 17 00:00:00 2001 From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com> Date: 星期四, 03 七月 2025 17:28:42 +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