This commit is contained in:
2020-09-14 18:13:31 +00:00
parent 8aabc0f4fe
commit a82ac9c985
3 changed files with 7 additions and 2 deletions

View File

@@ -336,6 +336,8 @@ export default {
//trigger that to open in a new window and continue on to normal home page
if (toPath.startsWith("/viewreport")) {
(async function() {
var searchParams = new URLSearchParams(toPath);
debugger;
await window.$gz.api.renderReport(1, 1); //objectid,reportid
})();
vm.$router.push(vm.$store.state.homePage);