4de95822 by zhaoqian

实测预测数据不复现

1 parent 3d02f5b4
...@@ -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) {
......