Explorar el Código

提交前段bug

weiwenhai hace 6 años
padre
commit
cf1725cc59
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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;