| | |
| | | }) |
| | | } |
| | | |
| | | export function exportDetailExcel (data) { |
| | | return request.post('/business/unionApply/exportDetailExcel', data, { |
| | | trim: true, |
| | | download: true |
| | | }) |
| | | } |
| | | |
| | | // 创建 |
| | | export function create (data) { |
| | | return request.post('/business/unionApply/create', data) |
| | | } |
| | | export function merge (data) { |
| | | return request.post('/business/unionApply/merge', data) |
| | | } |
| | | export function cancel (data) { |
| | | return request.post('/business/unionApply/cancel', data) |
| | | } |
| | | export function uploadToubaodan (data) { |
| | | return request.post('/business/unionApply/uploadToubaodan', data) |
| | | } |
| | | export function getSignLink (data) { |
| | | return request.post('/business/unionApply/getSignLink', data) |
| | | } |
| | | export function uploadBXD (data) { |
| | | return request.post('/business/unionApply/uploadBXD', data) |
| | | } |
| | | |
| | | // 修改 |
| | | export function updateById (data) { |