From f8681079a2acb7c0e7cacc6b67c5c99398181397 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Mon, 01 Sep 2025 11:17:37 +0800
Subject: [PATCH] feat:添加删除接口,调整绘制
---
src/api/patchManagement/index.js | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/src/api/patchManagement/index.js b/src/api/patchManagement/index.js
index 41be308..50a7ae1 100644
--- a/src/api/patchManagement/index.js
+++ b/src/api/patchManagement/index.js
@@ -94,4 +94,12 @@
method: 'put',
data
})
+}
+// 删除数据
+export const deletePatches = params => {
+ return request({
+ url: `/drone-device-core/patches/api/v1/Patches/deleteBatch`,
+ method: 'delete',
+ params,
+ })
}
\ No newline at end of file
--
Gitblit v1.9.3