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