Pre Merge pull request !392 from Cony/N/A

This commit is contained in:
Cony 2021-12-17 12:13:11 +00:00 committed by Gitee
commit 171a662ff8

View File

@ -124,7 +124,7 @@ export default {
}, },
// //
handleUploadSuccess(res) { 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.$emit("input", this.listToString(this.fileList));
this.loading.close(); this.loading.close();
}, },