|
|
@@ -155,8 +155,6 @@
|
|
|
const examStore = useExamStore()
|
|
|
const paperTypeEnum = computed(() => examStore.paperTypeEnum.filter((item) => item.key !== '5'))
|
|
|
const examTypeEnum = tool.dictList('EXAM_TYPE').filter((item) => item.value !== '3')
|
|
|
- console.log('examTypeEnum', examTypeEnum)
|
|
|
- console.log('paperTypeEnum', paperTypeEnum.value)
|
|
|
const formLoading = ref(false)
|
|
|
const semesterList = ref([])
|
|
|
const majorList = ref([])
|