08682c99 by renchao@pashanhoo.com

style:业务申请

1 parent 2f031301
...@@ -173,7 +173,6 @@ ...@@ -173,7 +173,6 @@
173 * @author: renchao 173 * @author: renchao
174 */ 174 */
175 qllxClick (index) { 175 qllxClick (index) {
176 console.log("业务", index);
177 this.btnDisabled = true; 176 this.btnDisabled = true;
178 this.sqywQllxList.forEach(item => { 177 this.sqywQllxList.forEach(item => {
179 if (item.check) item.check = false; 178 if (item.check) item.check = false;
...@@ -200,9 +199,9 @@ ...@@ -200,9 +199,9 @@
200 this.btnDisabled = false; 199 this.btnDisabled = false;
201 // this.djqxList = [] 200 // this.djqxList = []
202 } else { 201 } else {
202 this.getNextNode(data[index].bsmSqyw);
203 this.btnDisabled = true; 203 this.btnDisabled = true;
204 } 204 }
205 this.getNextNode(data[index].bsmSqyw);
206 }, 205 },
207 //获取下个节点类型数据 206 //获取下个节点类型数据
208 /** 207 /**
......