@@ -62,7 +62,7 @@ export default {
},
methods: {
openReport() {
- window.open('/web/viewer.html?file=' + encodeURIComponent(this.hourInfo.offlineReport.blob + this.$store.state.user.userProfile.osblob_sas))
+ window.open('/web/viewer.html?file=' + encodeURIComponent(this.hourInfo.offlineReport.blob + '?' + this.$store.state.user.userProfile.osblob_sas))
}