解决所有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

@@ -78,7 +78,8 @@ export const delObj = (ids: string[]) => {
*/
export const queryClassHonorByClassCode = (classCode: string | number) => {
return request({
url: `/stuwork/classhonor/queryClassHonorByClassCode/${classCode}`,
url: '/stuwork/classhonor/queryClassHonorByClassCode',
method: 'get',
params: { classCode },
});
};