This commit is contained in:
alvis
2021-01-19 09:34:05 +08:00
parent 03192bf0fd
commit b8bfbbe71d
50 changed files with 281 additions and 283 deletions

View File

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