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