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