yaowanxin
5 天以前 ae8d12c499079cf95d961bce28f6c677446130b0
src/api/business/materialInspection.js
@@ -92,7 +92,8 @@
export function rawAllExport(query) {
  return request({
    url: '/rawMaterialOrder/rawAllExport',
    method: 'post',
    data: query
    method: 'get',
    params: query,
    responseType: "blob"
  })
}