退伍复学-表单数据显示、学务调整专业、页面填写数据调整、

This commit is contained in:
2026-03-02 17:19:29 +08:00
parent f0301cd55b
commit 27aa6a1bd5
6 changed files with 883 additions and 194 deletions

View File

@@ -58,3 +58,11 @@ export function delBasic(id) {
method: 'post'
})
}
export function getOwnInfo(){
return request({
url:'/comprehensive/stuInfoView/getOwnInfo',
method:'GET'
})
}