gaoluyang
2025-03-28 69456dc6a27e0756adfcc41896f4cb7f3cecc0a5
src/api/structural/capability.js
@@ -28,7 +28,7 @@
export function delItemParameter(query) {
  return request({
    url: '/capacityScope/delItemParameter',
    method: 'get',
    method: 'delete',
    params: query
  })
}