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