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, [], []);
         }
     }