|  | @@ -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);
 |