From b12df65ef993f6af68cae2bbfe5f42567d5c1532 Mon Sep 17 00:00:00 2001
From: fei <791364011@qq.com>
Date: 星期六, 09 八月 2025 10:58:41 +0800
Subject: [PATCH] 修改了相关内容

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

diff --git a/src/api/system/records.js b/src/api/system/records.js
index d2057e8..fa52a7c 100644
--- a/src/api/system/records.js
+++ b/src/api/system/records.js
@@ -8,7 +8,14 @@
     params: query
   })
 }
-
+//鏌ヨ褰撳墠鏈�澶�")=
+export function getMaxId()
+{
+  return request({
+    url: '/system/records/getMaxId',
+    method: 'get'
+  })
+}
 // 鏌ヨ妗f璁板綍璇︾粏
 export function getRecords(id) {
   return request({

--
Gitblit v1.9.1