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