Commit 624a4415 authored by 邓春圆's avatar 邓春圆

图片查看修改

parent df2e7b44
......@@ -207,9 +207,9 @@ export default {
},
// 预览
handlePictureCardPreview(file) {
// this.dialogImageUrl = file.url;
// this.dialogVisible = true;
window.open(file.url)
this.dialogImageUrl = file.url;
this.dialogVisible = true;
// window.open(file.url)
},
// 对象转成指定字符串分隔
listToString(list, separator) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment