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