From 4f7697b7bfaf6bcdef38b195fb2db547de41a5b0 Mon Sep 17 00:00:00 2001 From: liufangjia Date: Wed, 27 Nov 2024 15:15:47 +0800 Subject: [PATCH] feat: 代码提交 --- src/views/basic/askTestQuestion/components/wrongQuestionDialog.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- libgit2 0.21.4