From 3a597ff321125e83de645f034f43655539999e21 Mon Sep 17 00:00:00 2001
From: fei <791364011@qq.com>
Date: 星期一, 17 十一月 2025 11:50:17 +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