Authored by 鲁尚清

故障联调 网络链路配置列表增加链路id

... ... @@ -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(','),
... ...