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 | 676 | localStorage.setItem("question", JSON.stringify(this.groups)); |
677 | 677 | this.$emit("setQuestions"); |
678 | 678 | this.handleClose(); |
679 | - if (type) { | |
679 | + if (type == "print") { | |
680 | 680 | this.$request |
681 | 681 | .tPaperDetail({ |
682 | 682 | paperId: res.data, | ... | ... |