diff --git a/src/views/basic/askTestQuestion/components/wrongQuestionDialog.vue b/src/views/basic/askTestQuestion/components/wrongQuestionDialog.vue index 99696b2..3a2d0e8 100644 --- a/src/views/basic/askTestQuestion/components/wrongQuestionDialog.vue +++ b/src/views/basic/askTestQuestion/components/wrongQuestionDialog.vue @@ -676,7 +676,7 @@ export default { localStorage.setItem("question", JSON.stringify(this.groups)); this.$emit("setQuestions"); this.handleClose(); - if (type) { + if (type == "print") { this.$request .tPaperDetail({ paperId: res.data,