zhuo
2025-03-13 f57cac888fba78982e3b46c1f45db0fbe16faa49
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"
  })