gaoluyang
2025-03-16 e8f6ef1f20770838b37d7a739d108c09831a34ab
src/api/structural/laboratory.js
@@ -20,7 +20,7 @@
export function delCertificationDetail(query) {
  return request({
    url: '/certification/delCertificationDetail',
    method: 'post',
    method: 'delete',
    params: query
  })
}