k94314517
2025-06-17 0e6bbda3d9f0b9e421b7bf6247be3d82d825de27
company/src/api/business/applyChange.js
@@ -57,3 +57,11 @@
export function update (data) {
    return request.post('/business/applyChange/update', data)
}
// 导出保单下所有加减保详情单
export function exportApplyJiajianBaoExcel (data) {
    return request.post('/business/applyChange/exportApplyJiajianBaoExcel', data, {
        trim: true,
        download: true
    })
}