From 4041ef323765aeaad7fa100557e9a84b4be97521 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Fri, 29 Aug 2025 16:31:25 +0800
Subject: [PATCH] feat:参数修改

---
 src/api/patchManagement/index.js |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/src/api/patchManagement/index.js b/src/api/patchManagement/index.js
index 3bb6afe..41be308 100644
--- a/src/api/patchManagement/index.js
+++ b/src/api/patchManagement/index.js
@@ -79,4 +79,19 @@
 		method: 'get',
 		responseType: 'blob',
 	})
+}
+// 图斑管理删除
+export const patchDeleteApi = (id) => {
+	return request({
+	  url: `/drone-device-core/patches/api/v1/Patches/delete/${id}`,
+	  method: 'delete'
+	})
+  }
+// 编辑图斑信息
+export const patchEditApi = (data) => {
+	return request({
+		url: `/drone-device-core/patches/api/v1/Patches/updatePatchesInfo`,
+		method: 'put',
+		data
+	})
 }
\ No newline at end of file

--
Gitblit v1.9.3