luobisheng
2022-11-17 1b080618971e43a4cb84165634d328c0749619b4
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,7 +102,7 @@
    .my-demo {
        position: relative;
        height: 159px;
        padding: 10px;
        margin: 10px;
    }
    .tip {