MrShi
2024-11-19 56edbd80963acea41d9b9737bb9264f57a6e4ae2
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)
}