|  | @@ -152,8 +152,8 @@ export default {
 | 
	
		
			
				|  |  |        },
 | 
	
		
			
				|  |  |        aaa(info) {
 | 
	
		
			
				|  |  |          if(info.file.status !=='error'){
 | 
	
		
			
				|  |  | -          this.formState.enclosure = info.file.name
 | 
	
		
			
				|  |  | -          this.fileList.push(info.file.name)
 | 
	
		
			
				|  |  | +          this.formState.enclosure = info.file.response.message
 | 
	
		
			
				|  |  | +          this.fileList.push(info.file.response.message)
 | 
	
		
			
				|  |  |          }else{
 | 
	
		
			
				|  |  |            this.formState.enclosure = ''
 | 
	
		
			
				|  |  |          }
 |