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