From fe78a1e2f9fbca8f27d5d964bb4835da0666c542 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期二, 28 七月 2026 13:15:21 +0800
Subject: [PATCH] chore: html2canvas
---
src/api/safeProduction/lineInspection.js | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/src/api/safeProduction/lineInspection.js b/src/api/safeProduction/lineInspection.js
index 5e0c807..ec68054 100644
--- a/src/api/safeProduction/lineInspection.js
+++ b/src/api/safeProduction/lineInspection.js
@@ -72,6 +72,23 @@
});
}
+// 淇敼宸℃璁板綍
+export function updateInspectionRecord(data) {
+ return request({
+ url: "/safeLineInspectionRecord",
+ method: "put",
+ data,
+ });
+}
+
+// 鍒犻櫎宸℃璁板綍
+export function deleteInspectionRecord(ids) {
+ return request({
+ url: "/safeLineInspectionRecord/" + ids.join(","),
+ method: "delete",
+ });
+}
+
// 鎵归噺鏂板宸℃璁板綍
export function batchAddInspectionRecords(data) {
return request({
--
Gitblit v1.9.3