c75cb622 by renchao@pashanhoo.com

Merge branch 'dev'

2 parents 9a5c891b f88df6ec
......@@ -198,11 +198,11 @@
if (data[index].sffqlc == "1") {
this.selectParam = data[index];
this.btnDisabled = false;
this.djqxList = []
// this.djqxList = []
} else {
this.btnDisabled = true;
this.getNextNode(data[index].bsmSqyw);
}
this.getNextNode(data[index].bsmSqyw);
},
//获取下个节点类型数据
/**
......