祖安之光
2025-11-17 3b491dc5782fce3c5a504ad4364e1c93f6fbc37b
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
    })
}