...
|
...
|
@@ -386,6 +386,7 @@ console.log("jdjdjdjdj",newValue) |
|
|
this.addSetLIstVisible=true;
|
|
|
this.nodeData=[];
|
|
|
this.nodeDataChecked=[];
|
|
|
this.linkId='';
|
|
|
this.isClickNet=-1;
|
|
|
|
|
|
},
|
...
|
...
|
@@ -538,6 +539,7 @@ console.log("jdjdjdjdj",newValue) |
|
|
//配置参数
|
|
|
getParams(){
|
|
|
return {
|
|
|
linkId:this.linkId,
|
|
|
resId: this.resTypeArr,
|
|
|
kpiId: this.kpiTypeArr,
|
|
|
busId: this.busTypeArr.join(','),
|
...
|
...
|
|