学年标签适配学生奖惩、学生资助模块
This commit is contained in:
@@ -15,6 +15,17 @@ export function listStuSportScore(stuNo) {
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* 根据学年标签查询学生体测成绩
|
||||
*/
|
||||
export function listStuSportScoreByTag(stuNo,tag) {
|
||||
return request({
|
||||
url: '/comprehensive/biyeapply/listStuSportScoreByTag/' + stuNo,
|
||||
method: 'get',
|
||||
params:{tag}
|
||||
})
|
||||
}
|
||||
|
||||
export function getStuScoreMajorRank(stuNo) {
|
||||
return request({
|
||||
url: '/comprehensive/biyeapply/getStuScoreMajorRank/' + stuNo,
|
||||
@@ -142,10 +153,11 @@ export function listFdy(params) {
|
||||
})
|
||||
}
|
||||
|
||||
export function listOwnSportScore() {
|
||||
export function listOwnSportScoreByTag(tag) {
|
||||
return request({
|
||||
url: '/comprehensive/biyeapply/listOwnSportScore',
|
||||
method: 'get'
|
||||
url: '/comprehensive/biyeapply/listOwnSportScoreByTag',
|
||||
method: 'get',
|
||||
params: { tag: tag }
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
import request from '@/utils/request'
|
||||
|
||||
|
||||
|
||||
export function doReApply(data) {
|
||||
return request({
|
||||
url: '/comprehensive/knzzTufaApply/doReApply',
|
||||
|
||||
Reference in New Issue
Block a user