From 4cd70ae0d02eb7227fbca9ac43c6d6fc5fe9c5ec Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期四, 23 七月 2026 09:48:27 +0800
Subject: [PATCH] fix: 移除高德地图组件
---
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