update ruoyi-ui/src/components/ImageUpload/index.vue.
修复图片无法预览的bug
This commit is contained in:
parent
8978012f9d
commit
23a59de218
@ -124,7 +124,7 @@ export default {
|
||||
},
|
||||
// 上传成功回调
|
||||
handleUploadSuccess(res) {
|
||||
this.fileList.push({ name: res.fileName, url: res.fileName });
|
||||
this.fileList.push({ name: res.fileName, url: res.url });
|
||||
this.$emit("input", this.listToString(this.fileList));
|
||||
this.loading.close();
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user