| | |
| | | trim: true |
| | | }) |
| | | } |
| | | export function findAllApply(data) { |
| | | return request.post('/business/insuranceApply/findListByDTO', data, { |
| | | trim: true |
| | | }) |
| | | } |
| | | |
| | | // 修改 |
| | | export function updateById (data) { |
| | |
| | | trim: true |
| | | }) |
| | | } |
| | | |
| | | export function getChangeUnitSignLink (data) { |
| | | return request.post('/business/applyChange/getChangeUnitSignLink', data, { |
| | | trim: true |
| | |
| | | download: true |
| | | }) |
| | | } |
| | | // 查询保单是否可进行加减保 |
| | | export function getApplyPower (data) { |
| | | return request.post('/business/insuranceApply/getApplyPower', data) |
| | | } |
| | | |
| | | // 投保复审 |
| | | export function reexamineCheck (data) { |
| | | return request.post('/business/insuranceApply/reexamineCheck', data) |
| | | } |