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