| | |
| | | method: 'delete', |
| | | }) |
| | | } |
| | | |
| | | //证件类型数据 |
| | | export function listType(query) { |
| | | return request({ |
| | | url: '/zCertificate/type', |
| | | method: 'get', |
| | | params: query |
| | | }) |
| | | } |
| | | // 查询出国情况 |
| | | export function getAbroadList() { |
| | | return request({ |
| | |
| | | export function addAutobiography(data) |
| | | { |
| | | return request({ |
| | | url: '/zAutobiography', |
| | | url: '/zAutobiography/', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | | |
| | | //删除个人自传 |
| | | export function delAutobiography(ids) |
| | | { |
| | | return request({ |
| | | url: '/zAutobiography/' +ids , |
| | | method: 'delete', |
| | | }) |
| | | } |
| | | |
| | | |
| | | //拿到个人自传 |
| | | export function getCategory() |
| | |
| | | //上传文件 |
| | | export function uploadPic(data) { |
| | | return request({ |
| | | url: '/common/upload', |
| | | url: '/common/uploads', |
| | | method: 'post', |
| | | data: data |
| | | }) |