luobisheng
2022-11-24 41a2ddabb399c51821ccd606736d4e4c403c4238
src/components/detail/index.vue
@@ -169,18 +169,15 @@
            baseCase:{},
            handlePassVo:{},
            currentSitVo:{},
            // problemProVo:{},
            filesPictureVo:{}
            
        }
    },
    created() {
        console.log('created');
        const {info} = this;
        const {info} = this;
        this.baseCase = info.baseCase;
        this.handlePassVo = info.handlePassVo;
        this.currentSitVo = info.currentSitVo;
        // this.problemProVo = info.problemProVo;
        this.filesPictureVo = info.filesPictureVo;
        console.log(info);  
    },