|  |  | @ -673,7 +673,7 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |       const { user } = this.$store.state | 
			
		
	
		
			
				
					|  |  |  |       console.log('agencyId', user) | 
			
		
	
		
			
				
					|  |  |  |       this.$http | 
			
		
	
		
			
				
					|  |  |  |         .post('/gov/org/customergrid/gridoption', { agencyId: user.agencyId }) | 
			
		
	
		
			
				
					|  |  |  |         .post('/gov/org/customergrid/gridoption', { agencyId: user.agencyId, purpose: 'addorupdate' }) | 
			
		
	
		
			
				
					|  |  |  |         .then(({ data: res }) => { | 
			
		
	
		
			
				
					|  |  |  |           if (res.code !== 0) { | 
			
		
	
		
			
				
					|  |  |  |             return this.$message.error(res.msg) | 
			
		
	
	
		
			
				
					|  |  | 
 |