Commit 4f7697b7bfaf6bcdef38b195fb2db547de41a5b0
1 parent
47e91913
feat: 代码提交
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/basic/askTestQuestion/components/wrongQuestionDialog.vue
@@ -676,7 +676,7 @@ export default { | @@ -676,7 +676,7 @@ export default { | ||
676 | localStorage.setItem("question", JSON.stringify(this.groups)); | 676 | localStorage.setItem("question", JSON.stringify(this.groups)); |
677 | this.$emit("setQuestions"); | 677 | this.$emit("setQuestions"); |
678 | this.handleClose(); | 678 | this.handleClose(); |
679 | - if (type) { | 679 | + if (type == "print") { |
680 | this.$request | 680 | this.$request |
681 | .tPaperDetail({ | 681 | .tPaperDetail({ |
682 | paperId: res.data, | 682 | paperId: res.data, |