|
@@ -143,14 +143,6 @@ export default defineComponent({
|
|
|
const schoolSystem = data.schoolSystem || 'sixYearSystem'
|
|
|
if (schoolSystem === 'sixYearSystem') {
|
|
|
forms.currentGradeList.push({ text: '六年级', value: 6 })
|
|
|
- forms.currentGradeList.push({ text: '初一', value: 7 })
|
|
|
- forms.currentGradeList.push({ text: '初二', value: 8 })
|
|
|
- forms.currentGradeList.push({ text: '初三', value: 9 })
|
|
|
- } else {
|
|
|
- forms.currentGradeList.push({ text: '初一', value: 6 })
|
|
|
- forms.currentGradeList.push({ text: '初二', value: 7 })
|
|
|
- forms.currentGradeList.push({ text: '初三', value: 8 })
|
|
|
- forms.currentGradeList.push({ text: '初四', value: 9 })
|
|
|
}
|
|
|
|
|
|
// 判断是否获取微信code码
|