解决所有bug 优化table内容

This commit is contained in:
2026-01-21 18:43:39 +08:00
parent 9984200814
commit 7f0280ec8a
80 changed files with 5202 additions and 744 deletions

View File

@@ -442,6 +442,18 @@ export const queryStuBaseByNo = (obj: string | number) => {
});
};
/**
* 学生巡检列表
* @param query
*/
export const queryStuindex = (query?: any) => {
return request({
url: '/basic/basicstudent/queryStuindex',
method: 'get',
params: query,
});
};
/**
* 获取头像列表
*/