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); },