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