gaoluyang
2025-02-28 c7f61f9f9f4f3d240e29753a96a4911c15e6797e
src/api/structural/structureTestObjectPart.js
@@ -4,7 +4,7 @@
export function selectByTestObjectId(query) {
  return request({
    url: '/structureTestObjectPart/selectByTestObjectId',
    method: 'post',
    method: 'get',
    params: query
  })
}
@@ -36,7 +36,7 @@
export function selectByProductId(query) {
  return request({
    url: '/productPart/selectByProductId',
    method: 'post',
    method: 'get',
    params: query
  })
}
@@ -61,6 +61,6 @@
  return request({
    url: '/productPart/deleteProductPart',
    method: 'post',
    data: query
    params: query
  })
}