1、学员队期下拉选择;
2、学员信息管理,操作列改为两行显示
This commit is contained in:
@@ -9,6 +9,14 @@ export function listStudentRecord(query) {
|
||||
})
|
||||
}
|
||||
|
||||
// 学员队期下拉选项(bh 编号、mc 名称、xydbh 学员队编号)
|
||||
export function listPeriodOptions() {
|
||||
return request({
|
||||
url: '/student-records/period-options',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
// 查询学员信息详情(bh 编号必传)
|
||||
export function getStudentRecord(bh) {
|
||||
return request({
|
||||
|
||||
Reference in New Issue
Block a user