value
2023-09-07 c48511779f77e1d525638ef2450fde5057dce9d5
src/api/inspection/rawmaterial.js
@@ -12,7 +12,7 @@
//新增报检单
export function addInspect(data){
  return request({
    url: '/inspection/addInspect',
    url: '/raw-material/addInspect',
    method: 'post',
    data
  })