bug修复、缓存优化
This commit is contained in:
@@ -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' })
|
||||
|
||||
Reference in New Issue
Block a user