| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -140,7 +140,6 @@ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
										<el-table-column prop="districtName" label="区县名称" align="center" :show-overflow-tooltip="true"></el-table-column> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
										<el-table-column prop="count" align="center" width="110" label="登录次数" :show-overflow-tooltip="true"></el-table-column> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
									</template> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
									 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
								</el-table> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
								<el-pagination | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -285,9 +284,6 @@ export default { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
									case 3: | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
										this.orgType = 'community'; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
										break; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
									case 4: | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
										this.orgType = 'sub'; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
										break; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
								} | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
								this.orgId = this.formData.orgId; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
								this.pageNo = 1; | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -511,9 +507,14 @@ export default { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
								this.$refs.pieChart.setOption(this.pieOption); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
							}, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
							handelClickMyPei(param) { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
								if (this.formData.level != 'community') { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
									console.log(param); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
									this.orgType = param.data.level; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
								if (param.data.level != 'community') { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
									if (param.data.level == 'district') { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
										this.orgType = 'street'; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
									} | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
									if (param.data.level == 'street') { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
										this.orgType = 'community'; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
									} | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
									this.orgId = param.data.id; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
									this.orgName = param.data.name; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
									this.pageNo = 1; | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |