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