Fixiaobai
2023-08-09 31690d85934df0abdebcf6ce71e1508e33deec35
src/api/rawMaterials/reportForInspection.js
@@ -3,7 +3,7 @@
// 查询所有申请单列表
export function getInspectionList(params) {
  return request({
    url: '/inspection/selectAllInspection',
    url: '/inspection/selectInspectsList',
    method: 'get',
    params
  })