Pre Merge pull request !392 from Cony/N/A
This commit is contained in:
commit
171a662ff8
@ -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