From 70e78853b25954c916f3a31aa868faea869fce34 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Tue, 10 Feb 2026 11:08:18 +0800
Subject: [PATCH] 修改
---
src/api/staffManage/staff.js | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/src/api/staffManage/staff.js b/src/api/staffManage/staff.js
index b910f16..37f24c7 100644
--- a/src/api/staffManage/staff.js
+++ b/src/api/staffManage/staff.js
@@ -71,6 +71,15 @@
data: data
})
}
+
+export function copySysClause(params) {
+ return request({
+ url: '/system/clauseManagement/copySysClauseManagements',
+ method: 'get',
+ params: params
+ })
+}
+
export function uploadTemplate(data) {
return request({
url: '/company/industryTemplate/upload',
--
Gitblit v1.9.2