k94314517
2025-06-25 f6722e13ba28cd292c162df9292bb3418ba12bec
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
    })
}