@@ -38,7 +38,7 @@
methods: {
async init() {
let url = await getJmPrintViewUrl('eomstatisticalreportprint');
- this.fileUrl = url;
+ this.fileUrl = `${url}?token=${getToken()}`;
}
};