|  | @@ -632,7 +632,14 @@ export default {
 | 
	
		
			
				|  |  |        list.forEach(x => {
 | 
	
		
			
				|  |  |          tempArry=tempArry.concat(x.fileList);
 | 
	
		
			
				|  |  |        })
 | 
	
		
			
				|  |  | -      this.formFileListDefualtValue =this.form.fileList.concat(tempArry);
 | 
	
		
			
				|  |  | +      console.log("tempArry",tempArry,this.form.fileList);
 | 
	
		
			
				|  |  | +      if(this.form.fileList){
 | 
	
		
			
				|  |  | +        this.formFileListDefualtValue =this.form.fileList.concat(tempArry);
 | 
	
		
			
				|  |  | +      }
 | 
	
		
			
				|  |  | +      else{
 | 
	
		
			
				|  |  | +        this.formFileListDefualtValue =tempArry;
 | 
	
		
			
				|  |  | +      }
 | 
	
		
			
				|  |  | +      
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  |    mounted() {
 |