zhanghua
2022-10-13 8805eebe39d6470059616decd9fb10ab1f153088
src/components/scene/index.vue
@@ -128,8 +128,9 @@
    },
    props:['currentSitVo'],
    created(){
        const {currentSitVo:{arrivalSituation:mylist}} = this;
        this.arrivalSituation = mylist;
        const {currentSitVo} = this;
        console.log(currentSitVo);
        // this.arrivalSituation = mylist;
    },
    methods: {
        changeActive(idx) {