|  | @@ -268,7 +268,12 @@
 | 
	
		
			
				|  |  |                    content: '是否导出数据?',
 | 
	
		
			
				|  |  |                    onOk:  ()=> {
 | 
	
		
			
				|  |  |                      alertModal.loading("执行中,请稍后!")
 | 
	
		
			
				|  |  | -                    downFile('/encoder/encoder/exportXls', this.queryParam).then(data => {
 | 
	
		
			
				|  |  | +                    let param = this.queryParam;
 | 
	
		
			
				|  |  | +                    param['selections'] = ''
 | 
	
		
			
				|  |  | +                    if(this.selectedRowKeys && this.selectedRowKeys.length>0){
 | 
	
		
			
				|  |  | +                      param['selections'] = this.selectedRowKeys.join(",")
 | 
	
		
			
				|  |  | +                    }
 | 
	
		
			
				|  |  | +                    downFile('/encoder/encoder/exportXls', param).then(data => {
 | 
	
		
			
				|  |  |                        alertModal.closeLoading();
 | 
	
		
			
				|  |  |                        if (!data) {
 | 
	
		
			
				|  |  |                          this.$message.warning('文件下载失败')
 |