| 
					
				 | 
			
			
				@@ -711,14 +711,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         cancelButtonText: "取消", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         type: "warning", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       }).then(()=> { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        let queryParams = { ...this.queryParams } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        if (this.queryParams.fBsdateList) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          queryParams = { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            ...this.queryParams, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            dateRange: this.queryParams.fBsdateList[0] + ' 至 ' + this.queryParams.fBsdateList[1] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        return exportSubItemList(queryParams) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        return exportSubItemList(this.queryParams) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       }).then(res => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.download(res.msg) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       }) 
			 |