| 
					
				 | 
			
			
				@@ -220,8 +220,8 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         item.width = tw + 'px' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.tableWidth = this.tableWidth + tw 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       }) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      if(this.removeReportFlag == 1){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-         
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      if (this.removeReportFlag == 1) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.resetSearchForm() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -285,6 +285,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     exportList () { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       const _this = this 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       const params = JSON.parse(JSON.stringify(_this.queryParam)) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      params.removeReportFlag = this.removeReportFlag 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       _this.exportLoading = true 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       _this.spinning = true 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       hdExportExcel(salesStatsProvinceExport, params, '开单统计报表(省份)', function () { 
			 |