From 7eb190f13437b2e67788e9f4bdea725fdb165f01 Mon Sep 17 00:00:00 2001
From: zhuo <2089219845@qq.com>
Date: 星期二, 20 五月 2025 10:41:01 +0800
Subject: [PATCH] 代码合并

---
 src/api/business/materialInspection.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/api/business/materialInspection.js b/src/api/business/materialInspection.js
index 4104e1c..2baa72d 100644
--- a/src/api/business/materialInspection.js
+++ b/src/api/business/materialInspection.js
@@ -92,8 +92,8 @@
 export function rawAllExport(query) {
   return request({
     url: '/rawMaterialOrder/rawAllExport',
-    method: 'post',
-    data: query,
+    method: 'get',
+    params: query,
     responseType: "blob"
   })
 }

--
Gitblit v1.9.3