gaoluyang
2025-03-17 6ff0ec04fa026e018a832416a73f05c71454c28b
src/api/business/materialInspection.js
@@ -92,7 +92,8 @@
export function rawAllExport(query) {
  return request({
    url: '/rawMaterialOrder/rawAllExport',
    method: 'post',
    data: query
    method: 'get',
    data: query,
    responseType: "blob"
  })
}