祖安之光
2025-12-03 d988407a83fbaf46af822d8610360f865a42e9b9
src/api/onlineEducation/user.js
@@ -61,3 +61,11 @@
        data: data
    })
}
export function getEmployeeRecords(param) {
    return request({
        url: '/system/employee-record/getEmployeeRecordList',
        method: 'get',
        params: param
    })
}