Browse Source

提交前段bug

weiwenhai 6 năm trước cách đây
mục cha
commit
cf1725cc59
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      src/modules/questions/views/GenPaper.vue

+ 3 - 1
src/modules/questions/views/GenPaper.vue

@@ -653,7 +653,9 @@ export default {
       sessionStorage.removeItem("gen_paper_currentPage");
     },
     previewPDF2(row) {
-      window.open(QUESTION_API + "/paper/pdf/" + row.id);
+      window.open(
+        QUESTION_API + "/paper/pdf/" + row.id + "/" + this.user.rootOrgName
+      );
     },
     openPrint(row) {
       this.dialogModel = true;