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