代码格式修改
This commit is contained in:
@@ -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'
|
||||
})
|
||||
}
|
||||
|
||||
// 查询学生突发困难资助申请列表
|
||||
|
||||
Reference in New Issue
Block a user