f88df6ec by renchao@pashanhoo.com

style:登记类型模块功能的完善

1 parent 44477458
...@@ -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 /**
......