From d529e4e9f3b00ce5ff0d9d65670e37e422ec660c Mon Sep 17 00:00:00 2001
From: fei <791364011@qq.com>
Date: 星期一, 22 十二月 2025 20:19:56 +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