实测预测数据不复现
Showing
1 changed file
with
2 additions
and
1 deletions
... | @@ -728,11 +728,12 @@ | ... | @@ -728,11 +728,12 @@ |
728 | }, | 728 | }, |
729 | computed: { | 729 | computed: { |
730 | zrzbsm() { | 730 | zrzbsm() { |
731 | return this.$store.state.zdbsm; | 731 | return this.$route.query.bsm; |
732 | }, | 732 | }, |
733 | }, | 733 | }, |
734 | watch:{ | 734 | watch:{ |
735 | zrzbsm:function (val) { | 735 | zrzbsm:function (val) { |
736 | this.getZrzDetailByBsm(val) | ||
736 | this.reload() | 737 | this.reload() |
737 | }, | 738 | }, |
738 | "form.bdcdyh":function (val) { | 739 | "form.bdcdyh":function (val) { | ... | ... |
-
Please register or sign in to post a comment