From ba6ea01d3fe185f760f6c847a5dceaf14c01ef05 Mon Sep 17 00:00:00 2001
From: fei <791364011@qq.com>
Date: 星期三, 14 一月 2026 21:16:24 +0800
Subject: [PATCH] 修改了代码

---
 src/api/system/records.js |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/api/system/records.js b/src/api/system/records.js
index f28d5f6..025172e 100644
--- a/src/api/system/records.js
+++ b/src/api/system/records.js
@@ -87,3 +87,12 @@
     data: ids
   })
 }
+
+export function getIdFileCounts(ids)
+{
+  return request({
+    url: '/system/records/getAllFilesCounts',
+    method: 'post',
+    data: ids
+  })
+}

--
Gitblit v1.9.1