智慧农业后台管理页面
guoshilong
2022-08-30 8641de13968f09816e3a8cec144d24eaa1c88e85
地图模式返回到地块显示当前农场
1 files modified
8 ■■■■■ changed files
src/views/land/cs.vue 8 ●●●●● 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)
    },