add fiel
This commit is contained in:
@@ -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 = []
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user