| src/views/land/cs.vue | ●●●●● patch | view | raw | blame | history |
src/views/land/cs.vue
@@ -150,11 +150,13 @@ } }, created () { // this.farm.id = this.$farmId this.$EventBus.$on('getFarmObj', (farmObj)=>{ this.$nextTick(() => { // this.$nextTick(() => { // this.$EventBus.$emit("setFarmId", farmObj.id); // }); setTimeout(() => { this.$EventBus.$emit("setFarmId", farmObj.id); }); }, 100); }) this.onLoad(this.page) },