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