Crunchy
2025-03-17 620c480b827bed90eb16a690f1f90421bf260cf0
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"
  })
}