From 972f713230a71a7f162b47f1ca3ebdf09b5858c5 Mon Sep 17 00:00:00 2001
From: fei <791364011@qq.com>
Date: 星期一, 29 十二月 2025 22:33:10 +0800
Subject: [PATCH] 增加代码

---
 src/api/system/archiverecordstouser.js |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/api/system/archiverecordstouser.js b/src/api/system/archiverecordstouser.js
index d43915e..a826321 100644
--- a/src/api/system/archiverecordstouser.js
+++ b/src/api/system/archiverecordstouser.js
@@ -55,6 +55,15 @@
     method: 'delete'
   })
 }
+//鎺堟潈鐢ㄦ埛涓庡涓鍗风洰褰曡繘琛岀粦瀹氶�夋嫨
+export function authManyRecordsToUsers(data)
+{
+  return request({
+    url:'/system/archiverecordstouser/authArchivesToSigleUser',
+    method: 'put',
+    params: data
+  })
+}
 // 鎺堟潈鐢ㄦ埛涓庢鍗风洰褰曠粦瀹氶�夋嫨
 export function authRecordToUser(data) {
   return request({

--
Gitblit v1.9.1