代码格式修改

This commit is contained in:
2025-10-18 17:13:04 +08:00
parent b9224ed8bb
commit 81017eb280
837 changed files with 102784 additions and 98409 deletions

View File

@@ -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'
})
}
// 查询学生突发困难资助申请列表