From 5b6c4c659710814ea5f59dcab8ac64ddd8acfe6f Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期四, 03 七月 2025 14:08:44 +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