QuKatie преди 3 години
родител
ревизия
2329391f7e
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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);