zhanghua
2023-06-12 88335bf57b7a4690b787bcdd65a78c038b852e4d
src/components/illdetail/index.vue
@@ -130,6 +130,8 @@
          <MyFilePicture
            v-else-if="activeIndex === 2"
            :filesPictureVo="filesPictureVo"
            :pic="pic"
            :media="media"
            :mycode="mycode"
          ></MyFilePicture>
          <MySovleProblem
@@ -185,16 +187,16 @@
      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) {