|  | @@ -140,6 +140,7 @@ export default {
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      goReport(name) {
 | 
	
		
			
				|  |  |        let tenantId = this.$store.getters.userInfo.tenant_id;
 | 
	
		
			
				|  |  | +      console.log(name);
 | 
	
		
			
				|  |  |        if (this.reportName == "同海-统计列表") {
 | 
	
		
			
				|  |  |          this.$router.push({
 | 
	
		
			
				|  |  |            path: `/myiframe/urlPath?name=preview-${name}&src=${this.website.reportUrl}/preview?_u=blade-${name}
 | 
	
	
		
			
				|  | @@ -163,6 +164,10 @@ export default {
 | 
	
		
			
				|  |  |        &goodsId=${this.searchValue.goodsId}`
 | 
	
		
			
				|  |  |          });
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  | +      else if (name == "轮胎商城-入库工单.ureport.xml") {
 | 
	
		
			
				|  |  | +        console.log(1);
 | 
	
		
			
				|  |  | +  
 | 
	
		
			
				|  |  | +      }
 | 
	
		
			
				|  |  |        // else if (name == "客户资料-客户资料.ureport.xml") {
 | 
	
		
			
				|  |  |        //   this.$router.push({
 | 
	
		
			
				|  |  |        //     path: `/myiframe/urlPath?name=preview-${name}&src=${this.website.reportUrl}/preview?_u=blade-${name}&id=${this.reportId}&tenantId=${tenantId}`,
 |