From df56c62977cbfc6eeea1a868055a20d8075af5c1 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Thu, 28 Aug 2025 16:56:31 +0800
Subject: [PATCH] feat:删除,导出
---
src/api/patchManagement/index.js | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/src/api/patchManagement/index.js b/src/api/patchManagement/index.js
index 3bb6afe..6c96578 100644
--- a/src/api/patchManagement/index.js
+++ b/src/api/patchManagement/index.js
@@ -79,4 +79,11 @@
method: 'get',
responseType: 'blob',
})
-}
\ No newline at end of file
+}
+// 图斑管理删除
+export const patchDeleteApi = (id) => {
+ return request({
+ url: `/drone-device-core/patches/api/v1/Patches/delete/${id}`,
+ method: 'delete'
+ })
+ }
--
Gitblit v1.9.3