From bb8dda927e031ad0dea7a126b9e62ae76ace0f47 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Tue, 02 Sep 2025 14:24:24 +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