| 
					
				 | 
			
			
				@@ -330,8 +330,8 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			return 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		emit('update:value', undefined) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		emit('onChange', undefined) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		emit('update:value', typeof props.value == 'string' ? '' : []) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		emit('onChange', typeof props.value == 'string' ? '' : []) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	// 通过DOM获取上传的文件 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	const uploadFileList = () => { 
			 |