“dzb”
2022-10-08 ce87e7746d6399c5a38a7f4fe10447d911b06051
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) {