| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -216,15 +216,11 @@ export default { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					  methods: { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    init () { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					      this.dataForm.id = this.$route.query.id | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					          // 'e0ae6e8286ad0160b62023e030faa1d5' | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					          // this.$route.query.id | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					      this.status = this.$route.query.status === undefined? '0':this.$route.query.status; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					      if (this.status === '1'){ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        this.isAble = true; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        this.pageDisabled = true; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					      } | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					          // this.$route.query.id | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					          // '980b98f007278c1452867b7c208f3f75' | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					      this.$nextTick(() => { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        if (this.dataForm.id) { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					          this.$http.get(`/kpi/subdetail/getInfogrid/${this.dataForm.id}`).then(({ data: res }) => { | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |