k94314517
2024-11-23 3011b9800d6c5bee031d87bc4e225b5b1fb52571
company/src/api/business/unionApply.js
@@ -43,3 +43,8 @@
export function getById (id) {
    return request.get(`/business/unionApply/${id}`)
}
// 投保复审
export function reexamineCheck (data) {
    return request.post('/business/unionApply/reexamineCheck', data)
}