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