From 459783fd4af8e8c0566b57690e7f0579373d2db8 Mon Sep 17 00:00:00 2001 From: tian <3072314689@qq.com> Date: 星期五, 26 九月 2025 11:42:46 +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