|  | @@ -453,7 +453,7 @@ export default {
 | 
	
		
			
				|  |  |                birthdate: result.birthdate,
 | 
	
		
			
				|  |  |                entryDate: result.entryDate,
 | 
	
		
			
				|  |  |                jobNature: result.jobNature,
 | 
	
		
			
				|  |  | -              organId: result.teacherOrganId,
 | 
	
		
			
				|  |  | +              organId: result.teacherOrganId ? result.teacherOrganId : null,
 | 
	
		
			
				|  |  |                flowOrganRange: result.flowOrganRangeId
 | 
	
		
			
				|  |  |                  ? result.flowOrganRangeId.split(",")
 | 
	
		
			
				|  |  |                  : null,
 |