多体系建设信息化条统-前端
zhouwx
2026-02-10 811069f6229ec0fe99a4d7fe440c4fc594a19634
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
    })
}