浏览代码

无二维码导出处理

TonyKang 3 年之前
父节点
当前提交
4b8322f9c2
共有 1 个文件被更改,包括 1 次插入1 次删除
  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, [], []);
         }
     }