luobisheng
2022-11-16 13e9ddabf4ba3a89aa2a93fe8d3b35c8604c6813
src/components/filePictrue/index.vue
@@ -68,7 +68,6 @@
                url: `sccg/base_case/baseCaseDetail/${mycode}`
            })
                .then(res => {
                    console.log(res);
                    this.info = res.data;
                    this.dialogView = true;
                    let pic = res.data.filesPictureVo.imageResources;
@@ -103,6 +102,7 @@
    .my-demo {
        position: relative;
        height: 159px;
        margin: 10px;
    }
    .tip {