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