Browse Source

无二维码导出处理

TonyKang 3 năm trước cách đây
mục cha
commit
4b8322f9c2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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, [], []);
         }
     }