This commit is contained in:
alvis
2021-01-27 09:15:37 +08:00
parent 3be08dfa92
commit e97a614832
46 changed files with 202 additions and 200 deletions

View File

@@ -238,6 +238,7 @@ export default {
return this.subjectEnumFormat(cellValue)
},
resetForm () {
let lastId = this.form.id
this.$refs['form'].resetFields()
this.form = {
id: null,
@@ -249,6 +250,7 @@ export default {
suggestTime: null,
titleItems: []
}
this.form.id = lastId
},
...mapActions('exam', { initSubject: 'initSubject' }),
...mapActions('tagsView', { delCurrentView: 'delCurrentView' })