MrShi
2025-06-27 3b41ed97d0f72cfd58de069da283f2f7ee3f09a5
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
    })
}