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