k94314517
2025-05-20 142bcc9b22f48a8a2098a66b2964fe10c97c6fe8
company/src/api/business/insuranceApply.js
@@ -6,6 +6,11 @@
        trim: true
    })
}
export function findAllApply(data) {
    return request.post('/business/insuranceApply/findListByDTO', data, {
        trim: true
    })
}
// 修改
export function updateById (data) {
@@ -176,3 +181,12 @@
        download: true
    })
}
// 查询保单是否可进行加减保
export function getApplyPower (data) {
    return request.post('/business/insuranceApply/getApplyPower', data)
}
// 投保复审
export function reexamineCheck (data) {
    return request.post('/business/insuranceApply/reexamineCheck', data)
}