Authored by 鲁尚清

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

@@ -386,6 +386,7 @@ console.log("jdjdjdjdj",newValue) @@ -386,6 +386,7 @@ console.log("jdjdjdjdj",newValue)
386 this.addSetLIstVisible=true; 386 this.addSetLIstVisible=true;
387 this.nodeData=[]; 387 this.nodeData=[];
388 this.nodeDataChecked=[]; 388 this.nodeDataChecked=[];
  389 + this.linkId='';
389 this.isClickNet=-1; 390 this.isClickNet=-1;
390 391
391 }, 392 },
@@ -538,6 +539,7 @@ console.log("jdjdjdjdj",newValue) @@ -538,6 +539,7 @@ console.log("jdjdjdjdj",newValue)
538 //配置参数 539 //配置参数
539 getParams(){ 540 getParams(){
540 return { 541 return {
  542 + linkId:this.linkId,
541 resId: this.resTypeArr, 543 resId: this.resTypeArr,
542 kpiId: this.kpiTypeArr, 544 kpiId: this.kpiTypeArr,
543 busId: this.busTypeArr.join(','), 545 busId: this.busTypeArr.join(','),