From 83b81a748405be91ab215c7dd3408e1dac4b2292 Mon Sep 17 00:00:00 2001
From: wl <173@qq.com>
Date: 星期二, 22 十一月 2022 17:02:48 +0800
Subject: [PATCH] 菜单树
---
src/components/filePictrue/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/components/filePictrue/index.vue b/src/components/filePictrue/index.vue
index 6e106a9..ce10e5d 100644
--- a/src/components/filePictrue/index.vue
+++ b/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 {
--
Gitblit v1.8.0