|  | @@ -307,7 +307,7 @@ export default {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |       // 列表导出
 | 
	
		
			
				|  |  |      handleExportXls(fileName) {
 | 
	
		
			
				|  |  | -      downFile('/splfi/syPackingListFabric/exportXls').then(data => {
 | 
	
		
			
				|  |  | +      downFile('/splfi/syPackingListFabric/exportXls',this.queryParam).then(data => {
 | 
	
		
			
				|  |  |          if (!data) {
 | 
	
		
			
				|  |  |            this.$message.warning('文件下载失败')
 | 
	
		
			
				|  |  |            return
 |