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