feige
2024-09-03 63b70dbc269b7b9d20a7a88f3dd7c8bb0934d3f4
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
  })
}
//修改前任信息
@@ -58,15 +60,6 @@
  })
}
//拿到类别
export function getCategory()
{
  return request({
    url: '/zDict/byId',
    method: 'get',
    params: {'id':22}
  })
}
//上传文件