代码格式修改
This commit is contained in:
@@ -2,159 +2,159 @@ import request from '@/utils/request'
|
||||
|
||||
export function reApply(data){
|
||||
return request({
|
||||
method:"post",
|
||||
url:"/comprehensive/biyeapply/reApply",
|
||||
method:'post',
|
||||
url:'/comprehensive/biyeapply/reApply',
|
||||
data
|
||||
});
|
||||
})
|
||||
}
|
||||
|
||||
export function listStuSportScore(stuNo) {
|
||||
return request({
|
||||
url: "/comprehensive/biyeapply/listStuSportScore/" + stuNo,
|
||||
method: "get"
|
||||
});
|
||||
url: '/comprehensive/biyeapply/listStuSportScore/' + stuNo,
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
export function getStuScoreMajorRank(stuNo) {
|
||||
return request({
|
||||
url: "/comprehensive/biyeapply/getStuScoreMajorRank/" + stuNo,
|
||||
method: "get"
|
||||
});
|
||||
url: '/comprehensive/biyeapply/getStuScoreMajorRank/' + stuNo,
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
export function manyAudit(data){
|
||||
return request({
|
||||
method:"post",
|
||||
url:"/comprehensive/biyeapply/manyAudit",
|
||||
method:'post',
|
||||
url:'/comprehensive/biyeapply/manyAudit',
|
||||
data
|
||||
});
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
|
||||
export function xwManyAudit(data){
|
||||
return request({
|
||||
method:"post",
|
||||
url:"/comprehensive/biyeapply/xwManyAudit",
|
||||
method:'post',
|
||||
url:'/comprehensive/biyeapply/xwManyAudit',
|
||||
data
|
||||
});
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
|
||||
export function jwcExport(params){
|
||||
return request({
|
||||
url:"/comprehensive/biyeapply/jwcExport",
|
||||
method:"GET",
|
||||
url:'/comprehensive/biyeapply/jwcExport',
|
||||
method:'GET',
|
||||
params
|
||||
});
|
||||
})
|
||||
}
|
||||
|
||||
export function jwcAudit(data){
|
||||
return request({
|
||||
method:"post",
|
||||
url:"/comprehensive/biyeapply/jwcAudit",
|
||||
method:'post',
|
||||
url:'/comprehensive/biyeapply/jwcAudit',
|
||||
data
|
||||
});
|
||||
})
|
||||
}
|
||||
|
||||
export function listJwcAll(params){
|
||||
return request({
|
||||
url:"/comprehensive/biyeapply/listJwcAll",
|
||||
method:"GET",
|
||||
url:'/comprehensive/biyeapply/listJwcAll',
|
||||
method:'GET',
|
||||
params
|
||||
});
|
||||
})
|
||||
}
|
||||
|
||||
export function listJwc(params){
|
||||
return request({
|
||||
url:"/comprehensive/biyeapply/listJwc",
|
||||
method:"GET",
|
||||
url:'/comprehensive/biyeapply/listJwc',
|
||||
method:'GET',
|
||||
params
|
||||
});
|
||||
})
|
||||
}
|
||||
|
||||
export function xwExport(params){
|
||||
return request({
|
||||
url:"/comprehensive/biyeapply/xwExport",
|
||||
method:"GET",
|
||||
url:'/comprehensive/biyeapply/xwExport',
|
||||
method:'GET',
|
||||
params
|
||||
});
|
||||
})
|
||||
}
|
||||
|
||||
export function xwAudit(data){
|
||||
return request({
|
||||
method:"post",
|
||||
url:"/comprehensive/biyeapply/xwAudit",
|
||||
method:'post',
|
||||
url:'/comprehensive/biyeapply/xwAudit',
|
||||
data
|
||||
});
|
||||
})
|
||||
}
|
||||
|
||||
export function listXwAll(params){
|
||||
return request({
|
||||
url:"/comprehensive/biyeapply/listXwAll",
|
||||
method:"GET",
|
||||
url:'/comprehensive/biyeapply/listXwAll',
|
||||
method:'GET',
|
||||
params
|
||||
});
|
||||
})
|
||||
}
|
||||
|
||||
export function listXw(params){
|
||||
return request({
|
||||
url:"/comprehensive/biyeapply/listXw",
|
||||
method:"GET",
|
||||
url:'/comprehensive/biyeapply/listXw',
|
||||
method:'GET',
|
||||
params
|
||||
});
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
|
||||
export function fdyExport(params) {
|
||||
return request({
|
||||
url: "/comprehensive/biyeapply/fdyExport",
|
||||
method: "GET",
|
||||
url: '/comprehensive/biyeapply/fdyExport',
|
||||
method: 'GET',
|
||||
params
|
||||
});
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
export function fdyAudit(data) {
|
||||
return request({
|
||||
method: "post",
|
||||
url: "/comprehensive/biyeapply/fdyAudit",
|
||||
method: 'post',
|
||||
url: '/comprehensive/biyeapply/fdyAudit',
|
||||
data
|
||||
});
|
||||
})
|
||||
}
|
||||
|
||||
export function listFdyAll(params) {
|
||||
return request({
|
||||
url: "/comprehensive/biyeapply/listFdyAll",
|
||||
method: "GET",
|
||||
url: '/comprehensive/biyeapply/listFdyAll',
|
||||
method: 'GET',
|
||||
params
|
||||
});
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
export function listFdy(params) {
|
||||
return request({
|
||||
url: "/comprehensive/biyeapply/listFdy",
|
||||
method: "get",
|
||||
url: '/comprehensive/biyeapply/listFdy',
|
||||
method: 'get',
|
||||
params
|
||||
});
|
||||
})
|
||||
}
|
||||
|
||||
export function listOwnSportScore() {
|
||||
return request({
|
||||
url: "/comprehensive/biyeapply/listOwnSportScore",
|
||||
method: "get"
|
||||
});
|
||||
url: '/comprehensive/biyeapply/listOwnSportScore',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
export function getOwnStuScoreMajorRank() {
|
||||
return request({
|
||||
url: "/comprehensive/biyeapply/getOwnStuScoreMajorRank",
|
||||
method: "get"
|
||||
});
|
||||
url: '/comprehensive/biyeapply/getOwnStuScoreMajorRank',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
export function cancelApply(data) {
|
||||
@@ -167,10 +167,10 @@ export function cancelApply(data) {
|
||||
|
||||
export function doApply(data) {
|
||||
return request({
|
||||
url: "/comprehensive/biyeapply/doApply",
|
||||
method: "POST",
|
||||
url: '/comprehensive/biyeapply/doApply',
|
||||
method: 'POST',
|
||||
data
|
||||
});
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ export function doImport(data) {
|
||||
url: '/comprehensive/knrdtime/doImport',
|
||||
method: 'post',
|
||||
data
|
||||
});
|
||||
})
|
||||
}
|
||||
|
||||
// 查询困难认定审核时间列表
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
import request from '@/utils/request';
|
||||
import request from '@/utils/request'
|
||||
|
||||
export function doImport(data) {
|
||||
return request({
|
||||
url: '/comprehensive/knrdtype/doImport',
|
||||
method: 'post',
|
||||
data
|
||||
});
|
||||
})
|
||||
}
|
||||
|
||||
// 查询困难类型列表
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import request from '@/utils/request';
|
||||
import request from '@/utils/request'
|
||||
|
||||
|
||||
export function doReApply(data) {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import request from '@/utils/request';
|
||||
import request from '@/utils/request'
|
||||
|
||||
|
||||
export function doReApply(data) {
|
||||
@@ -146,17 +146,17 @@ export function getOwnKnrd() {
|
||||
|
||||
export function getOwnExtraInfo() {
|
||||
return request({
|
||||
url: "/comprehensive/extraInfo/getOwnInfo",
|
||||
method: "get"
|
||||
});
|
||||
url: '/comprehensive/extraInfo/getOwnInfo',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
export function getOwnInfo() {
|
||||
return request({
|
||||
url: "/system/student/getOwnInfo",
|
||||
method: "get"
|
||||
});
|
||||
url: '/system/student/getOwnInfo',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
// 查询学生突发困难资助申请列表
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import request from '@/utils/request';
|
||||
import request from '@/utils/request'
|
||||
|
||||
export function fdyEdit(data) {
|
||||
return request({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import request from '@/utils/request';
|
||||
import request from '@/utils/request'
|
||||
|
||||
|
||||
export function doReApply(data) {
|
||||
|
||||
@@ -3,10 +3,10 @@ import request from '@/utils/request'
|
||||
//导入
|
||||
export function importScore(list){
|
||||
return request({
|
||||
url:"/comprehensive/ranking/doImport",
|
||||
method:"post",
|
||||
url:'/comprehensive/ranking/doImport',
|
||||
method:'post',
|
||||
data:list
|
||||
});
|
||||
})
|
||||
}
|
||||
// 查询科学文化素质列表
|
||||
export function listRanking(query) {
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
import request from '@/utils/request';
|
||||
import request from '@/utils/request'
|
||||
|
||||
export function doImport(data) {
|
||||
return request({
|
||||
url: '/comprehensive/zxjtime/doImport',
|
||||
method: 'post',
|
||||
data
|
||||
});
|
||||
})
|
||||
}
|
||||
|
||||
// 查询助学金审核时间列表
|
||||
|
||||
Reference in New Issue
Block a user