浏览代码

#2048 报告显示

XW 2 年之前
父节点
当前提交
4ba9aa5723
共有 1 个文件被更改,包括 1 次插入1 次删除
  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: {
     methods: {
         openReport() {
         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))
         },
         },
     }
     }
 }
 }