b6815c90 by weimo934

feat():分类调查表

1 parent 8970ccfe
...@@ -187,8 +187,8 @@ ...@@ -187,8 +187,8 @@
187 } 187 }
188 }, 188 },
189 mounted(){ 189 mounted(){
190 console.log(this.$route.query.bsm,'分类bsm')
191 this.info(this.$route.query.bsm) 190 this.info(this.$route.query.bsm)
191 this.flmjData.zdbsm=this.$route.query.bsm;
192 }, 192 },
193 methods:{ 193 methods:{
194 info(zdbsm){ 194 info(zdbsm){
...@@ -233,7 +233,7 @@ ...@@ -233,7 +233,7 @@
233 "$store.state.zddm": function (zddm) { 233 "$store.state.zddm": function (zddm) {
234 this.zddm = zddm 234 this.zddm = zddm
235 }, 235 },
236 "$store.state.zdbsm": function (bsm) { 236 "$route.query.bsm": function (bsm) {
237 this.mjftData.zdbsm = bsm 237 this.mjftData.zdbsm = bsm
238 this.info(bsm); 238 this.info(bsm);
239 }, 239 },
......