Merge branch 'dev'
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -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 | /** | ... | ... |
-
Please register or sign in to post a comment