| | |
| | | export function updateById (data) { |
| | | return request.post('/business/insuranceApply/updateById', data) |
| | | } |
| | | |
| | | // 新建 |
| | | export function create (data) { |
| | | return request.post('/business/insuranceApply/create', data) |
| | | } |
| | | |
| | | export function check (data) { |
| | | return request.post('/business/insuranceApply/check', data) |
| | | } |
| | | |
| | | // 获取保单止期与初始金额 |
| | | export function getCountCyclePriceVO (data) { |
| | | return request.post('/business/insuranceApply/getCountCyclePriceVO', data) |
| | | } |
| | | |
| | | export function exportDetailExcel (data) { |
| | | return request.post('/business/insuranceApply/exportDetailExcel', data, { |
| | | trim: true, |