This commit is contained in:
2026-01-22 13:38:10 +08:00
parent b350322626
commit 313fe64475
151 changed files with 13060 additions and 4411 deletions

View File

@@ -164,7 +164,6 @@ const getTeacherList = async () => {
})
teacherList.value = res.data || []
} catch (err) {
console.error('获取教师列表失败', err)
}
}
@@ -177,7 +176,6 @@ const getClassList = async () => {
})
classList.value = res.data || []
} catch (err) {
console.error('获取班级列表失败', err)
}
}
@@ -285,7 +283,6 @@ const getClassMasterResumeData = (id: string) => {
}
}
}).catch((err: any) => {
console.error('获取详情失败', err)
useMessage().error('获取详情失败')
}).finally(() => {
loading.value = false