zhouwx
2025-11-17 f60c41f9ffc601e4e9d3eeff3ee43fe31d0b2921
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
    })
}