| src/views/wel/index.vue | ●●●●● patch | view | raw | blame | history |
src/views/wel/index.vue
@@ -256,13 +256,12 @@ created () { this.$EventBus.$on('getFarmObj', (farmObj)=>{ this.$nextTick(() => { console.log(farmObj.id,444444) this.$EventBus.$emit("setFarmId", farmObj.id); }); // setTimeout(() => { // this.$nextTick(() => { // this.$EventBus.$emit("setFarmId", farmObj.id); // }, 2000); // }); setTimeout(() => { this.$EventBus.$emit("setFarmId", farmObj.id); }, 100); })