From bf343684bc29ce9e43fa424286ac2a45aaab73b7 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Fri, 05 Sep 2025 16:20:09 +0800
Subject: [PATCH] feat: 更新名称
---
src/api/patchManagement/index.js | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/src/api/patchManagement/index.js b/src/api/patchManagement/index.js
index 059d18f..965dae5 100644
--- a/src/api/patchManagement/index.js
+++ b/src/api/patchManagement/index.js
@@ -73,13 +73,6 @@
})
}
// 导出
-// export const exportExcel = ids => {
-// return request({
-// url: `/drone-device-core/patches/api/v1/Patches/getExcel?ids=${ids}`,
-// method: 'get',
-// responseType: 'blob',
-// })
-// }
export const exportExcel = data => {
return request({
url: `/drone-device-core/patches/api/v1/Patches/exportExcel`,
--
Gitblit v1.9.3