4531e7ae by zhaoqian

自然幢信息

1 parent fee75fa9
......@@ -194,10 +194,16 @@ export default {
if (newPath == "/zd") {
this.getRightTree(this.$store.state.zdbsm);
}
if (newPath == "/zrz") {
this.getRightTree(this.$store.state.zdbsm);
}
},
"$store.state.zdbsm": function(bsm) {
this.getRightTree(bsm);
},
"$store.state.zrzbsm": function(bsm) {
this.getRightTree(bsm);
},
},
created() {
if (this.$route.meta) {
......
......@@ -484,7 +484,7 @@
// this.form.zdbsm=this.$store.zdbsm;
// this.form.xmmc=this.$store.xmmc;
this.form.zrzbsm=this.$route.query.bsm;
this.getZddm(this.$store.zdbsm);
this.getZddm(this.$store.state.zdbsm);
this.getZrzDetailByBsm(this.$route.query.bsm)
}else {
this.bsm=this.$route.query.bsm;
......