|  |  | @ -259,6 +259,7 @@ import kpiSelect from '@/components/kpi-select' | 
			
		
	
		
			
				
					|  |  |  | import deviceSelect from '@/components/device-select' | 
			
		
	
		
			
				
					|  |  |  | import { confirm } from '@/utils/confirm' | 
			
		
	
		
			
				
					|  |  |  | import { formatDate } from '@/utils/index.js' | 
			
		
	
		
			
				
					|  |  |  | import eventBus from '@/page-subspecialty/utils/eventBus' | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | export default { | 
			
		
	
		
			
				
					|  |  |  |   components: { patientView, checkedFooter, kpiSelect, deviceSelect }, | 
			
		
	
	
		
			
				
					|  |  | @ -329,7 +330,13 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |     this.getDataList() | 
			
		
	
		
			
				
					|  |  |  |     this.getGroupList() | 
			
		
	
		
			
				
					|  |  |  |   }, | 
			
		
	
		
			
				
					|  |  |  |   mounted() { }, | 
			
		
	
		
			
				
					|  |  |  |   mounted() { | 
			
		
	
		
			
				
					|  |  |  |     eventBus.$off('getSubjectSuccess') | 
			
		
	
		
			
				
					|  |  |  |     eventBus.$on('getSubjectSuccess', () => { | 
			
		
	
		
			
				
					|  |  |  |       this.getGroupList() | 
			
		
	
		
			
				
					|  |  |  |       this.getDataList() | 
			
		
	
		
			
				
					|  |  |  |     }) | 
			
		
	
		
			
				
					|  |  |  |   }, | 
			
		
	
		
			
				
					|  |  |  |   methods: { | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |     refresh() { | 
			
		
	
	
		
			
				
					|  |  | 
 |