f88df6ec by renchao@pashanhoo.com

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

1 parent 44477458
......@@ -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);
},
//获取下个节点类型数据
/**
......