Browse Source

#2048 报告显示

XW 2 years ago
parent
commit
4ba9aa5723
1 changed files with 1 additions and 1 deletions
  1. 1 1
      TEAMModelOS/ClientApp/src/view/jyzx/HourDetail.vue

+ 1 - 1
TEAMModelOS/ClientApp/src/view/jyzx/HourDetail.vue

@@ -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))
         },
     }
 }