多体系建设信息化条统-前端
zhouwx
2026-04-29 e98927815d4db1289d89cb34cf44972c55abb480
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
    })
}