08682c99 by renchao@pashanhoo.com

style:业务申请

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