4de95822 by zhaoqian

实测预测数据不复现

1 parent 3d02f5b4
......@@ -728,11 +728,12 @@
},
computed: {
zrzbsm() {
return this.$store.state.zdbsm;
return this.$route.query.bsm;
},
},
watch:{
zrzbsm:function (val) {
this.getZrzDetailByBsm(val)
this.reload()
},
"form.bdcdyh":function (val) {
......