学生页面补全

This commit is contained in:
yaojian
2026-03-10 17:09:43 +08:00
parent d92cb8634b
commit 7e4f5e1e9b
4 changed files with 449 additions and 14 deletions

View File

@@ -52,6 +52,18 @@ export const getObj = (id: string | number) => {
});
};
/**
* 根据学号获取学生详细信息(用于详情页面)
* @param query
*/
export const getStudentInfoDetail = (query: any) => {
return request({
url: '/basic/basicstudentinfo/page',
method: 'get',
params: query,
});
};
/**
* 根据学号获取信息
* @param stuNo