bug修复、缓存优化

This commit is contained in:
alvis
2020-11-30 08:58:07 +08:00
parent 0cb5f1c107
commit 18b5b2ccf7
12 changed files with 20 additions and 10 deletions

View File

@@ -239,6 +239,16 @@ export default {
},
resetForm () {
this.$refs['form'].resetFields()
this.form = {
id: null,
level: null,
subjectId: null,
paperType: 1,
limitDateTime: [],
name: '',
suggestTime: null,
titleItems: []
}
},
...mapActions('exam', { initSubject: 'initSubject' }),
...mapActions('tagsView', { delCurrentView: 'delCurrentView' })