feige
2024-02-02 bd40473c9c634005bc7e62e7fc901bcd8b598fa0
ruoyi-ui/src/api/self/index.js
@@ -140,7 +140,14 @@
    method: 'delete',
  })
}
//证件类型数据
export function listType(query) {
  return request({
    url: '/zCertificate/type',
    method: 'get',
    params: query
  })
}
// 查询出国情况
export function getAbroadList() {
  return request({
@@ -212,6 +219,16 @@
  })
}
//删除个人自传
export function delAutobiography(ids)
{
  return request({
    url: '/zAutobiography/' +ids ,
    method: 'delete',
  })
}
//拿到个人自传
export function getCategory()
{