点击逻辑幢不生效的原因
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -395,7 +395,7 @@ export default { | ... | @@ -395,7 +395,7 @@ export default { |
395 | } | 395 | } |
396 | }) | 396 | }) |
397 | this.$nextTick(()=>{ | 397 | this.$nextTick(()=>{ |
398 | if (flag && this.$refs.qlxzModule.getRulesResult()) { | 398 | if (flag) { |
399 | if(this.ljzbsm == ''){ | 399 | if(this.ljzbsm == ''){ |
400 | insertLjzInfo(this.form).then((res) => { | 400 | insertLjzInfo(this.form).then((res) => { |
401 | if (res.code === 200) { | 401 | if (res.code === 200) { |
... | @@ -515,7 +515,7 @@ export default { | ... | @@ -515,7 +515,7 @@ export default { |
515 | ljzbsm: { | 515 | ljzbsm: { |
516 | handler: function (item) { | 516 | handler: function (item) { |
517 | console.log(item,'item'); | 517 | console.log(item,'item'); |
518 | if(item!='' && this.$parent.menuType == 'ljz'){ | 518 | if(item!='' && this.$parent.$parent.menuType == 'ljz'){ |
519 | this.getLjzInfo(this.ljzbsm) | 519 | this.getLjzInfo(this.ljzbsm) |
520 | } | 520 | } |
521 | }, | 521 | }, | ... | ... |
-
Please register or sign in to post a comment