From 7afa7c7ad7d7f1250a086a406453a7cbc8b5cbd5 Mon Sep 17 00:00:00 2001 From: tian <3072314689@qq.com> Date: 星期二, 23 九月 2025 19:35:55 +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