From 12c6f51d841e80bab7089725e63a034dbe6a294f Mon Sep 17 00:00:00 2001
From: fei <791364011@qq.com>
Date: 星期日, 11 一月 2026 21:57:45 +0800
Subject: [PATCH] 修改了代码
---
src/api/system/records.js | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/api/system/records.js b/src/api/system/records.js
index 8ea0f1e..f28d5f6 100644
--- a/src/api/system/records.js
+++ b/src/api/system/records.js
@@ -8,10 +8,10 @@
})
}
//鏇存柊鐘舵��
-export function updateStatusById(status, id)
+export function updateStatusById(status, id,operator)
{
return request({
- url: '/system/records/updateStatusById/' + status+"/"+id,
+ url: '/system/records/updateStatusById/' + status+"/"+id+"/"+operator,
method: 'get',
// data: data
})
@@ -86,4 +86,4 @@
method: 'post',
data: ids
})
-}
\ No newline at end of file
+}
--
Gitblit v1.9.1