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