From 871a672d6704ebba9801fe20a7f871e02767c3da Mon Sep 17 00:00:00 2001
From: rjg <746338628@qq.com>
Date: Fri, 11 Apr 2025 18:51:12 +0800
Subject: [PATCH] fix:导出

---
 src/api/tickets/orderLog.js |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/src/api/tickets/orderLog.js b/src/api/tickets/orderLog.js
index db8c13b..1cf0db0 100644
--- a/src/api/tickets/orderLog.js
+++ b/src/api/tickets/orderLog.js
@@ -50,3 +50,13 @@
   });
 };
 
+// 导出
+export const orderLogExport = (data) => {
+  return request({
+    url: '/drone-device-core/wayline/orderLog/export',
+    method: 'post',
+    data,
+    responseType: 'blob',
+  });
+};
+

--
Gitblit v1.9.3