From 406f7526df2f05e972cf3d5ccabc6610501828a6 Mon Sep 17 00:00:00 2001
From: tian <3072314689@qq.com>
Date: 星期一, 13 十月 2025 18:53:32 +0800
Subject: [PATCH] 修改给录入人员授权bug
---
src/api/system/archiverecordstouser.js | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/src/api/system/archiverecordstouser.js b/src/api/system/archiverecordstouser.js
index f3d26fc..d43915e 100644
--- a/src/api/system/archiverecordstouser.js
+++ b/src/api/system/archiverecordstouser.js
@@ -1,5 +1,18 @@
import request from '@/utils/request'
+
+// 鏌ヨ銆愯濉啓鍔熻兘鍚嶇О銆戝垪琛�
+export function listArchiverecordstouserStatistic(query) {
+ return request({
+ url: '/system/archiverecordstouser/listArToUser',
+ method: 'get',
+ params: query
+ })
+}
+
+
+
+
// 鏌ヨ銆愯濉啓鍔熻兘鍚嶇О銆戝垪琛�
export function listArchiverecordstouser(query) {
return request({
--
Gitblit v1.9.1