From d529e4e9f3b00ce5ff0d9d65670e37e422ec660c Mon Sep 17 00:00:00 2001
From: fei <791364011@qq.com>
Date: 星期一, 22 十二月 2025 20:19:56 +0800
Subject: [PATCH] 修改了代码
---
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