Pre Merge pull request !282 from 乐心湖/master

This commit is contained in:
乐心湖 2021-08-11 16:00:48 +00:00 committed by Gitee
commit 1f78c45009

View File

@ -122,7 +122,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();
},