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