c75cb622 by renchao@pashanhoo.com

Merge branch 'dev'

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