luobisheng
2022-11-29 50fd3239acf80f72877cd50165ad575f8532bedd
src/components/detail/index.vue
@@ -5,7 +5,7 @@
                <div class="data-item__left">
                    <label class="data-title">
                        问题类型:
                    </label>
                    </label>
                    <span class="data-detail">违规</span>
                </div>
                <div class="data-item__right">
@@ -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);  
    },