报错修改
Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -212,6 +212,7 @@ | ... | @@ -212,6 +212,7 @@ |
212 | */ | 212 | */ |
213 | getNextNode (bsmSqyw) { | 213 | getNextNode (bsmSqyw) { |
214 | getNextNode(bsmSqyw).then(res => { | 214 | getNextNode(bsmSqyw).then(res => { |
215 | if (res.result) { | ||
215 | if (res.result.djqx) { | 216 | if (res.result.djqx) { |
216 | this.djqxList = res.result.djqx; | 217 | this.djqxList = res.result.djqx; |
217 | this.djqxList.forEach(item => { | 218 | this.djqxList.forEach(item => { |
... | @@ -224,6 +225,7 @@ | ... | @@ -224,6 +225,7 @@ |
224 | this.$set(item, 'selected', false); | 225 | this.$set(item, 'selected', false); |
225 | }); | 226 | }); |
226 | } | 227 | } |
228 | } | ||
227 | }) | 229 | }) |
228 | }, | 230 | }, |
229 | 231 | ... | ... |
-
Please register or sign in to post a comment