| 
					
				 | 
			
			
				@@ -120,7 +120,6 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     goReport(name) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      console.log(name) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       let tenantId = this.$store.getters.userInfo.tenant_id 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       if(this.reportName == "同海-统计列表"){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.$router.push({ 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -143,7 +142,15 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.$router.push({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           path: `/myiframe/urlPath?name=preview-${name}&src=${this.website.reportUrl}/preview?_u=blade-${name}&id=${this.reportId} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           &code=${this.searchValue.code} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          &cname=${this.searchValue.cname}` 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          &cname=${this.searchValue.cname} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          &brandItem=${this.searchValue.brandItem} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          &placeProduction=${this.searchValue.placeProduction} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          &typeno=${this.searchValue.typeno} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          &typenoOne=${this.searchValue.typenoOne} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          &typenoTwo=${this.searchValue.typenoTwo} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          &stockName=${this.searchValue.stockName} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          &brand=${this.searchValue.brand} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          &tenantId=${tenantId}` 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       }else{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.$router.push({ 
			 |