yz3456
2024-08-02 ca8f811c2a69f6004674dfacd204701c7ad23c54
ruoyi-ui/src/api/marry/index.js
@@ -13,15 +13,17 @@
export function addMarryOld(data) {
  return request({
    url: '/marryUser',
    method: 'post'
    method: 'post',
    data: data
  })
}
// 删除资产信息
export function delMarryOld(id) {
export function delMarryOld(query) {
  return request({
    url: '/marryUser/' + id,
    method: 'delete'
    url: '/marryUser',
    method: 'delete',
    params: query
  })
}
//修改前任信息