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