From e81f448084ab4f340860598498f035df23a9d014 Mon Sep 17 00:00:00 2001
From: fei <791364011@qq.com>
Date: 星期二, 20 一月 2026 12:46:42 +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