|
@@ -214,7 +214,10 @@ module.exports = app => {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- getAllPreviewPagesCommon(rawRptTpl, pageSize) {
|
|
|
+ async getAllPreviewPagesCommon(rawRptTpl, pageSize) {
|
|
|
+ // const rawDataObj = await ctx.service.report.getReportData(rptTpl.source_type, params, filter.tables, filter.memFieldKeys,
|
|
|
+ // rptTpl[JV.NODE_CUSTOM_DEFINE], customSelect);
|
|
|
+
|
|
|
const printCom = JpcEx.createNew();
|
|
|
const defProperties = RPT_DEF_PROPERTIES;
|
|
|
const rptTpl = JSON.parse(rawRptTpl.rpt_content);
|