|  | @@ -78,7 +78,7 @@ export default defineComponent({
 | 
	
		
			
				|  |  |              forms.practiceMonth = ''
 | 
	
		
			
				|  |  |              forms.endTime = ''
 | 
	
		
			
				|  |  |              if (!dayjs(item[0]).isBetween(dayjs(forms.practiceMonth), dayjs(forms.endTime))) {
 | 
	
		
			
				|  |  | -              forms.practiceMonth = dayjs(item[0]).day(1).format('YYYY-MM-DD')
 | 
	
		
			
				|  |  | +              forms.practiceMonth = dayjs(item[0]).day(1).format('YYYYMMDD')
 | 
	
		
			
				|  |  |                forms.endTime = dayjs(item[0]).day(7).format('YYYY-MM-DD')
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |              state.showPopoverTime = false
 |