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

@@ -271,7 +271,6 @@ const getClassListData = async () => {
classList.value = res.data
}
} catch (err) {
console.error('获取班级列表失败', err)
}
}
@@ -288,7 +287,6 @@ const getSchoolYearList = async () => {
currentSchoolYear.value = CURRENT_SCHOOL_YEAR
}
} catch (err) {
console.error('获取学年列表失败', err)
currentSchoolYear.value = CURRENT_SCHOOL_YEAR
}
}
@@ -309,7 +307,6 @@ const getSchoolTermDict = async () => {
currentSchoolTerm.value = CURRENT_SCHOOL_TERM
}
} catch (err) {
console.error('获取学期字典失败', err)
currentSchoolTerm.value = CURRENT_SCHOOL_TERM
}
}