From 4f6cdee3d3a9967b6955aacc354bf557430c0643 Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期一, 05 八月 2024 17:05:16 +0800 Subject: [PATCH] 批改 --- src/api/onlineEducation/student.js | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/src/api/onlineEducation/student.js b/src/api/onlineEducation/student.js index 46a6d13..3fca7c7 100644 --- a/src/api/onlineEducation/student.js +++ b/src/api/onlineEducation/student.js @@ -65,3 +65,20 @@ }) } + +export function changeCompany(data) { + return request({ + url: '/student/changeStudentCompany', + method: 'post', + data: data + }) +} + + +export function getStuTrainRecord(param) { + return request({ + url: '/student/trainRecord', + method: 'get', + params: param + }) +} -- Gitblit v1.9.2