From fc98e676332302c4b835f8fa4ed42d72e177801f Mon Sep 17 00:00:00 2001
From: fei <791364011@qq.com>
Date: 星期二, 14 十月 2025 16:57:02 +0800
Subject: [PATCH] 增加了对应的代码
---
src/api/system/records.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/api/system/records.js b/src/api/system/records.js
index 76c791b..8ea0f1e 100644
--- a/src/api/system/records.js
+++ b/src/api/system/records.js
@@ -8,10 +8,10 @@
})
}
//鏇存柊鐘舵��
-export function updateStatusById(id)
+export function updateStatusById(status, id)
{
return request({
- url: '/system/records/updateStatusById/' + id,
+ url: '/system/records/updateStatusById/' + status+"/"+id,
method: 'get',
// data: data
})
--
Gitblit v1.9.1