This commit is contained in:
alvis
2021-01-25 09:52:09 +08:00
parent 81adf94725
commit 7fc051fdb0
42 changed files with 180 additions and 174 deletions

View File

@@ -172,6 +172,7 @@ export default {
})
},
resetForm () {
let lastId = this.form.id
this.$refs['form'].resetFields()
this.form = {
id: null,
@@ -188,6 +189,7 @@ export default {
score: '',
difficult: 0
}
this.form.id = lastId
},
levelChange () {
this.form.subjectId = null