|  | @@ -1785,6 +1785,7 @@ methods:{
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  |    //模块选择
 | 
	
		
			
				|  |  |    clickgeometry(index){
 | 
	
		
			
				|  |  | +    this.activeobj.czindex='';
 | 
	
		
			
				|  |  |     this.activeobj.tabindex=index;
 | 
	
		
			
				|  |  |    switch(index){
 | 
	
		
			
				|  |  |      case 0:
 | 
	
	
		
			
				|  | @@ -1812,6 +1813,7 @@ methods:{
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  |    //操作
 | 
	
		
			
				|  |  |    operationclick(index){
 | 
	
		
			
				|  |  | +       this.activeobj.tabindex='';
 | 
	
		
			
				|  |  |      this.activeobj.czindex=index;
 | 
	
		
			
				|  |  |   switch(index){
 | 
	
		
			
				|  |  |      case 0:
 |