This commit is contained in:
alvis
2021-01-08 08:20:22 +08:00
parent 576c47a90d
commit a1cac655ce
52 changed files with 1980 additions and 1590 deletions

View File

@@ -195,6 +195,7 @@ export default {
this.questionShow.question = this.form
},
resetForm () {
let lastId = this.form.id
this.$refs['form'].resetFields()
this.form = {
id: null,
@@ -214,6 +215,7 @@ export default {
score: '',
difficult: 0
}
this.form.id = lastId
},
...mapActions('exam', { initSubject: 'initSubject' }),
...mapActions('tagsView', { delCurrentView: 'delCurrentView' })