智慧农业后台管理页面
guoshilong
2022-08-30 9ae8cc72a61f85cd8a37b5bb1b8727547b99076e
首页进入地图模式返回后显示当前农场
1 files modified
11 ■■■■ changed files
src/views/wel/index.vue 11 ●●●● 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);
        })