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