MrShi
2024-11-13 b496da6315314d9bd048ac2214d8bc95d2f1df02
company/src/api/business/applyChange.js
@@ -11,6 +11,11 @@
        trim: true
    })
}
export function monthList (data) {
    return request.post('/business/applyChange/monthList', data, {
        trim: true
    })
}
export function getChangeMemberListOnlineSignLink (data) {
    return request.post('business/applyChange/getChangeMemberListOnlineSignLink', data, {
        trim: true
@@ -52,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
    })
}