|  | @ -85,7 +85,7 @@ export default { | 
			
		
	
		
		
			
				
					|  |  |   name: "heart", |  |  |   name: "heart", | 
			
		
	
		
		
			
				
					|  |  |   data() { |  |  |   data() { | 
			
		
	
		
		
			
				
					|  |  |     return { |  |  |     return { | 
			
		
	
		
		
			
				
					
					|  |  |       agencyId: "", |  |  |       agencyId: this.$store.state.user.agencyId, | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					|  |  |       areaCode: "", |  |  |       areaCode: "", | 
			
		
	
		
		
			
				
					|  |  | 
 |  |  | 
 | 
			
		
	
		
		
			
				
					|  |  |       monthId: "", |  |  |       monthId: "", | 
			
		
	
	
		
		
			
				
					|  | @ -194,7 +194,7 @@ export default { | 
			
		
	
		
		
			
				
					|  |  |     handleSearch() {}, |  |  |     handleSearch() {}, | 
			
		
	
		
		
			
				
					|  |  | 
 |  |  | 
 | 
			
		
	
		
		
			
				
					|  |  |     async getApiData() { |  |  |     async getApiData() { | 
			
		
	
		
		
			
				
					
					|  |  |       await this.getAgencyInfo(); |  |  |       //await this.getAgencyInfo(); | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					|  |  |       this.getTb1(); |  |  |       this.getTb1(); | 
			
		
	
		
		
			
				
					|  |  |       this.getTb2(); |  |  |       this.getTb2(); | 
			
		
	
		
		
			
				
					|  |  |       this.getTb3(); |  |  |       this.getTb3(); | 
			
		
	
	
		
		
			
				
					|  | 
 |