|  | @@ -63,7 +63,7 @@ export default {
 | 
	
		
			
				|  |  |                   if(res.code == 200&&res.data){
 | 
	
		
			
				|  |  |                       this.accompanyId = res.data.id;
 | 
	
		
			
				|  |  |                       this.accompanyForm.count = res.data.totalTimes;
 | 
	
		
			
				|  |  | -                     this.accompanyForm.week = res.data.holiday.toString();
 | 
	
		
			
				|  |  | +                     res.data.holiday?this.accompanyForm.week = res.data.holiday.toString():this.accompanyForm.week = null;
 | 
	
		
			
				|  |  |                   }
 | 
	
		
			
				|  |  |               })
 | 
	
		
			
				|  |  |           }
 |