| | |
| | | <MyFilePicture |
| | | v-else-if="activeIndex === 2" |
| | | :filesPictureVo="filesPictureVo" |
| | | :pic="pic" |
| | | :media="media" |
| | | :mycode="mycode" |
| | | ></MyFilePicture> |
| | | <MySovleProblem |
| | |
| | | handlePassVo: {}, |
| | | currentSitVo: {}, |
| | | filesPictureVo: {}, |
| | | pic:[], |
| | | media:[] |
| | | }; |
| | | }, |
| | | created() { |
| | | console.log("created"); |
| | | const { info } = this; |
| | | this.baseCase = info.baseCase; |
| | | this.handlePassVo = info.handlePassVo; |
| | | this.currentSitVo = info.currentSitVo; |
| | | this.filesPictureVo = info.filesPictureVo; |
| | | console.log(info); |
| | | }, |
| | | methods: { |
| | | changeComponent(index) { |