|
@@ -946,6 +946,7 @@ let rptControlObj = {
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
getPdfFontCallback: function(fontProperty) {
|
|
getPdfFontCallback: function(fontProperty) {
|
|
|
|
|
+ let me = rptControlObj;
|
|
|
rptTplObj.pdfFont['SmartSimsun'].push(fontProperty);
|
|
rptTplObj.pdfFont['SmartSimsun'].push(fontProperty);
|
|
|
if (rptTplObj.pdfFont['SmartSimsun'].length === 2) {
|
|
if (rptTplObj.pdfFont['SmartSimsun'].length === 2) {
|
|
|
me.getPDFEx();
|
|
me.getPDFEx();
|