This commit is contained in:
2020-09-07 22:34:15 +00:00
parent 2f2e7d122b
commit c433edafad
3 changed files with 36 additions and 12 deletions

View File

@@ -101,6 +101,8 @@ export default {
throw "Missing report data unable to render report";
}
reportDataOptions.ReportId = reportId;
//Meta data from client for use by report script
reportDataOptions.ClientMeta = window.$gz.api.reportClientMetaData();
let url = "report/render";