gaoluyang
2025-03-28 a235a309cbb0290b2d929abe85d645cbfcd39f74
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"
  })
}