| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -334,7 +334,9 @@ export default { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
									}, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
									series: [ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
										{ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
											name: '', | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
											radius: ['60%', '90%'], | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
											center: ['50%', '50%'], | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
											type: 'pie', | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
											label: { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
												normal: { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
													show: false | 
				
			
			
		
	
	
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
				
				 | 
				
					@ -355,13 +357,6 @@ export default { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
											tooltip: { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
												show: false | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
											}, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
											type: 'pie', | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
											radius: ['30%', '70%'], | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
										 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
											label: { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
												show: false, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
												position: 'center' | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
											}, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
											itemStyle: { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
												normal: { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
													color: '#F7F7F7' | 
				
			
			
		
	
	
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
				
				 | 
				
					@ -370,9 +365,8 @@ export default { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
											data: [1] | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
										}, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
										{ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
											name: '', | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
											type: 'pie', | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
											radius: ['40%', '60%'], | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
											radius: ['70%', '80%'], | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
											avoidLabelOverlap: false, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
											label: { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
												show: false, | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -442,7 +436,7 @@ export default { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
							getOrgTreeList() { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
								const { user } = this.$store.state; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
								this.$http | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
									.post('/gov/org/customeragency/agencygridtree', {}) | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
									.post('gov/org/customeragency/agencylist', {}) | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
									.then(({ data: res }) => { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
										if (res.code !== 0) { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
											return this.$message.error(res.msg); | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |