祖安之光
2025-12-09 2f2dadad4d122ed0dff0aaf952a1ab007ba5cb0d
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
    })
}