From 8cf2c679e04e0ecaa1ceb78a6ee941461364dab7 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Thu, 04 Sep 2025 14:18:22 +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