|
@@ -291,7 +291,12 @@ export default {
|
|
|
()=>{
|
|
|
},
|
|
|
)
|
|
|
-
|
|
|
+ console.log(report,301)
|
|
|
+ // var printButton = report.renderedPages[0].components.find(function(c) {
|
|
|
+ // return c.name === 'printButton';
|
|
|
+ // });
|
|
|
+ // // 为按钮控件添加“PrintReport”事件
|
|
|
+ // printButton.events.add('PrintReport', handlePrintReport);
|
|
|
console.log("加载成功完成!");
|
|
|
},
|
|
|
|