gaoluyang
2025-03-19 c6c595785847e5b49609a989973f46a20d51a362
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"
  })