MrShi
2024-11-13 b496da6315314d9bd048ac2214d8bc95d2f1df02
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
    })
}