From 882c04207fdc667b0be8dc347e320d0414eedb94 Mon Sep 17 00:00:00 2001 From: fei <791364011@qq.com> Date: 星期二, 16 九月 2025 22:27:11 +0800 Subject: [PATCH] 新增了代码 --- src/api/system/records.js | 26 +++++++++++++++++++++++++- 1 files changed, 25 insertions(+), 1 deletions(-) diff --git a/src/api/system/records.js b/src/api/system/records.js index d2057e8..112f0e8 100644 --- a/src/api/system/records.js +++ b/src/api/system/records.js @@ -1,4 +1,21 @@ import request from '@/utils/request' +//缁熻鍒嗘瀽缁撴灉 +export function statisticInfo() +{ + return request({ + url: '/system/records/analysisRes', + method: 'get', + }) +} +//鏇存柊鐘舵�� +export function updateStatusById(id) +{ + return request({ + url: '/system/records/updateStatusById/' + id, + method: 'get', + // data: data + }) +} // 鏌ヨ妗f璁板綍鍒楄〃 export function listRecords(query) { @@ -8,7 +25,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