Browse Source

修改bug

QuKatie 3 years ago
parent
commit
2329391f7e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/report-dialog/main.vue

+ 1 - 1
src/components/report-dialog/main.vue

@@ -188,7 +188,7 @@ export default {
         let userId = JSON.parse(localStorage.getItem("saber-userInfo")).content
           .user_id;
         this.$router.push({
-          path: `/myiframe/urlPath?name=preview-${name}&src=${this.website.reportUrl}/preview?_u=blade-${name}&id=${this.reportId}&userId=${userId}`
+          path: `/myiframe/urlPath?name=preview-${name}&src=${this.website.reportUrl}/preview?_u=blade-${name}&id=${this.reportId}&userId=${userId}&tenantId=${tenantId}`
         });
       }
       this.$emit("onClose", false);