学员查看成绩没有操作权限的问题修复
This commit is contained in:
@@ -17,6 +17,14 @@ export function listPeriodOptions() {
|
||||
})
|
||||
}
|
||||
|
||||
// 课程科目下拉选项(kbh 课编号、kmc 课名称),不带教研室权限要求
|
||||
export function listKbOptions() {
|
||||
return request({
|
||||
url: '/student-records/kb-options',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
// 查询学员信息详情(bh 编号必传)
|
||||
export function getStudentRecord(bh) {
|
||||
return request({
|
||||
|
||||
Reference in New Issue
Block a user