王震
2023-08-25 16225c86f3bef25e88ecdb5fcc5469c2a7e446fb
src/api/experiment/planAssignments.js
@@ -30,4 +30,20 @@
    method: 'post',
    data
  })
}
}
//检验单详情
export function selectInspectsListById(params){
  return request({
    url: '/inspection/selectInspectsListById',
    method: 'get',
    params
  })
}
//选择责任项目检验人
export function selectUser(params){
  return request({
    url: '/inspection/selectUser',
    method: 'get',
    params
  })
}