| 
					
				 | 
			
			
				@@ -386,6 +386,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             return ( 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               <div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <ImageUpload 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                  serialNumber={'b'} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   fileList={this.formData.recordingFile} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   limit={1} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   isEdit={[0, 1, 2].includes(this.formType)} 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -407,6 +408,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           render: (h, { props, onInput }) => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             return ( 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               <ImageUpload 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                serialNumber={'a'} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 fileList={this.formData.applicationDocument} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 limit={100} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 isEdit={[0, 1, 2].includes(this.formType)} 
			 |