修改bug

This commit is contained in:
gongjiale 2022-12-01 11:21:02 +08:00
parent 0993ece389
commit ae9fe6c8c2
1 changed files with 5 additions and 4 deletions

View File

@ -168,7 +168,7 @@
>
<i class="el-icon-plus"></i>
</el-upload>
<el-dialog :visible.sync="dialogVisible">
<el-dialog :visible.sync="dialogVisible" append-to-body>
<img width="100%" :src="picImg" alt="" />
</el-dialog>
<div
@ -294,7 +294,8 @@ export default {
this.fileList = []
},
handlePictureCardPreview (file) {
this.dialogImageUrl = file.url
this.picImg = file.url
this.dialogVisible = true
},
//