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