Authored by 鲁尚清

故障联调 update

... ... @@ -963,7 +963,10 @@ export default {
},
//更改业务选择
changeBUsType(val){
this.getBusList();
if(val){
this.getBusList();
}
// this.propsData={
// bizId:this.busTypeArr,
//
... ...
... ... @@ -358,6 +358,7 @@ export default {
this.$global.confirm("确认删除节点吗?", function () {
that.$global.showMsg("删除成功!")
that.nodeData.splice(index, 1);
that.nodeName='';
console.log("delette",that.nodeData.length)
if(that.nodeData.length==1){
that.addSetLIstVisible=true;
... ...