|
@@ -806,6 +806,8 @@
|
|
|
}
|
|
|
this.$store.state.IRSswitch = true
|
|
|
this.$store.state.students = nowstudent
|
|
|
+ this.$store.state.answerstatus = 0
|
|
|
+ this.$store.state.answervalue=''
|
|
|
console.log(this.$store.state.FirstRecord, '保存的第一次作答信息')
|
|
|
console.log(this.$store.state.students, '清理后的作答数据')
|
|
|
this.answerAsk = false
|