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

@@ -283,7 +283,6 @@ const getTermList = async () => {
termList.value = []
}
} catch (err) {
console.error('获取批次列表失败', err)
termList.value = []
}
}
@@ -298,7 +297,6 @@ const getClassListData = async () => {
classList.value = []
}
} catch (err) {
console.error('获取班级列表失败', err)
classList.value = []
}
}
@@ -316,7 +314,6 @@ const getGenderDict = async () => {
genderList.value = []
}
} catch (err) {
console.error('获取性别字典失败', err)
genderList.value = []
}
}
@@ -334,7 +331,6 @@ const getEducationDict = async () => {
educationList.value = []
}
} catch (err) {
console.error('获取生源字典失败', err)
educationList.value = []
}
}
@@ -352,7 +348,6 @@ const getMajorLevelDict = async () => {
majorLevelList.value = []
}
} catch (err) {
console.error('获取层次字典失败', err)
majorLevelList.value = []
}
}