|  | @@ -158,13 +158,17 @@ export default {
 | 
	
		
			
				|  |  |              .then((res) => {
 | 
	
		
			
				|  |  |                this.$message.success('上传成功');
 | 
	
		
			
				|  |  |              //  this.$emit('getData');
 | 
	
		
			
				|  |  | -              
 | 
	
		
			
				|  |  | -          this.$parent.getData();
 | 
	
		
			
				|  |  | +            this.$parent.getData();
 | 
	
		
			
				|  |  | +            this.$parent.getData();
 | 
	
		
			
				|  |  | +        
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |              })
 | 
	
		
			
				|  |  |              .catch((err) => {})
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |       
 | 
	
		
			
				|  |  | +       
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |       handleSuccess (response, file) {
 | 
	
		
			
				|  |  |     
 | 
	
		
			
				|  |  |        let blob = new Blob([JSON.stringify(response)], { type: 'application/json' });
 |