Browse Source

无二维码导出处理

TonyKang 3 years ago
parent
commit
4b8322f9c2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/view/report/rpt_individual.ejs

+ 1 - 1
app/view/report/rpt_individual.ejs

@@ -254,7 +254,7 @@
             pdfFont['SmartSimsun'].push(fontProperty);
         }
         if (pdfFont['SmartSimsun'].length === 2) {
-            JpcJsPDFHelper.outputAsPdf(currentPageRst, PAGE_SIZE, currentReportName, null, null);
+            JpcJsPDFHelper.outputAsPdf(currentPageRst, PAGE_SIZE, currentReportName, [], []);
         }
     }